Skip to content

Commit

Permalink
print false when not running
Browse files Browse the repository at this point in the history
  • Loading branch information
RaNaN committed Dec 17, 2011
1 parent aa2bf19 commit 0ae4aa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyLoadCore.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def __init__(self):
print pid
exit(0)
else:
print "false"
exit(1)
elif option == "--clean":
self.cleanTree()
Expand Down

0 comments on commit 0ae4aa6

Please sign in to comment.