Skip to content

Commit 0ae4aa6

Browse files
committed
print false when not running
1 parent aa2bf19 commit 0ae4aa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pyLoadCore.py

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def __init__(self):
129129
print pid
130130
exit(0)
131131
else:
132+
print "false"
132133
exit(1)
133134
elif option == "--clean":
134135
self.cleanTree()

0 commit comments

Comments
 (0)