summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-12-17 23:56:53 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-12-17 23:56:53 +0100
commit0ae4aa6eb22280a743093568b1122dcfaed4524e (patch)
tree4d6f313c950f718974e71921769b5e76ff451bbb /pyLoadCore.py
parentOronCom fix (diff)
downloadpyload-0ae4aa6eb22280a743093568b1122dcfaed4524e.tar.xz
print false when not running
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py1
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()