Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions node_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,7 @@ def done_callback() -> bool:
return False

print("[deploy] Run complete.")
if CommonUtil.debug_status:
notify_complete("Run completed")
notify_complete("Run completed")

if run_once:
return True
Expand All @@ -542,8 +541,7 @@ def cancel_callback():
return

print("[deploy] Run cancelled.")
if CommonUtil.debug_status:
notify_complete("Run cancelled")
notify_complete("Run cancelled")
CommonUtil.run_cancelled = True

deploy_handler = long_poll_handler.DeployHandler(
Expand Down
Loading