diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-17 23:56:53 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-17 23:56:53 +0100 |
commit | 0ae4aa6eb22280a743093568b1122dcfaed4524e (patch) | |
tree | 4d6f313c950f718974e71921769b5e76ff451bbb /pyLoadCore.py | |
parent | OronCom fix (diff) | |
download | pyload-0ae4aa6eb22280a743093568b1122dcfaed4524e.tar.xz |
print false when not running
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index e6b539097..35cac4682 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -129,6 +129,7 @@ class Core(object): print pid exit(0) else: + print "false" exit(1) elif option == "--clean": self.cleanTree() |