Skip to content

Commit ae49490

Browse files
committed
Cleanup failed custom command services.
1 parent f5c6397 commit ae49490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libpunchq/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ def execute(cmd, args, service_name, wait, ignore_path):
982982
except pymqi.MQMIError as dme:
983983
if dme.reason == pymqi.CMQCFC.MQRCCF_PROGRAM_NOT_AVAILABLE:
984984
click.secho(f'The program \'{cmd}\' is not available on the remote system.', fg='red')
985-
return
985+
wait = 0
986986

987987
else:
988988
raise dme

0 commit comments

Comments
 (0)