diff --git a/rarpar.py b/rarpar.py index 81be2fe..7b47fff 100644 --- a/rarpar.py +++ b/rarpar.py @@ -217,6 +217,7 @@ def run_script(script, dry=False): else: status = command() if status not in [0, None]: + print('!!!! error status:', status) break return status