From 0ae4aa6eb22280a743093568b1122dcfaed4524e Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 17 Dec 2011 23:56:53 +0100 Subject: print false when not running --- pyLoadCore.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pyLoadCore.py') 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() -- cgit v1.2.3