diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-11-20 01:45:38 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-11-20 01:45:38 +0100 |
commit | 966d02b864c01e07aa294b906af1d70a58f9ee8e (patch) | |
tree | f5bbc441e7f0ed6e4427056f542807b94f2eb717 /pyload/Core.py | |
parent | [UpdateManager] Fix Key Error :'v' (thx pacovi) (diff) | |
download | pyload-966d02b864c01e07aa294b906af1d70a58f9ee8e.tar.xz |
Convert tabs to 4-whitespaces
Diffstat (limited to 'pyload/Core.py')
-rw-r--r-- | pyload/Core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/Core.py b/pyload/Core.py index e6337c334..b7317cf0f 100644 --- a/pyload/Core.py +++ b/pyload/Core.py @@ -128,7 +128,7 @@ class Core(object): print pid exit(0) else: - print "false" + print "false" exit(1) elif option == "--clean": self.cleanTree() |