[totem/gnome-3-10] opensubtitles: Fix indentation
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/gnome-3-10] opensubtitles: Fix indentation
- Date: Fri, 14 Mar 2014 10:06:17 +0000 (UTC)
commit f0896834e9fb6523cff9923593c143279eebda35
Author: Bastien Nocera <hadess hadess net>
Date: Tue Jan 28 18:00:43 2014 +0100
opensubtitles: Fix indentation
Spotted by Ignacio Casal Quinteiro <ignacio casal nice-software com>
src/plugins/opensubtitles/opensubtitles.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/opensubtitles/opensubtitles.py b/src/plugins/opensubtitles/opensubtitles.py
index 92e252f..0339fc3 100644
--- a/src/plugins/opensubtitles/opensubtitles.py
+++ b/src/plugins/opensubtitles/opensubtitles.py
@@ -622,7 +622,7 @@ class OpenSubtitles (GObject.Object, # pylint: disable-msg=R0902
directory = Gio.file_new_for_path (bpath + 'subtitles' + sep)
if not directory.query_exists (None):
- directory.make_directory_with_parents (None);
+ directory.make_directory_with_parents (None);
subtitle_file = Gio.file_new_for_path (self._filename)
movie_name = subtitle_file.get_basename ().rpartition ('.')[0]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]