Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
be silent if already running but no debug output selected (cron-frien…
Browse files Browse the repository at this point in the history
…dly)
  • Loading branch information
duck-rh committed May 19, 2017
1 parent fff2d35 commit 055d1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/build_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def notify_error(stage, error):
os.environ.get('XDG_RUNTIME_DIR', '~'), name))
if os.path.exists(lock_file):
# TODO verify if the PID in the file still exist
print "Builder already running, exiting"
debug_print("Builder already running, exiting")
sys.exit(2)

# TODO try/except, show a better error message
Expand Down

0 comments on commit 055d1d0

Please sign in to comment.