Print error level if not 0.
This commit is contained in:
parent
2fc55ee330
commit
57e56f3f02
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ def run_script(script, dry=False):
|
||||||
else:
|
else:
|
||||||
status = command()
|
status = command()
|
||||||
if status not in [0, None]:
|
if status not in [0, None]:
|
||||||
|
print('!!!! error status:', status)
|
||||||
break
|
break
|
||||||
|
|
||||||
return status
|
return status
|
||||||
|
|
Loading…
Reference in a new issue