Always dump stack trace for unexpected errors

This commit is contained in:
James R. Barlow
2016-02-26 01:06:59 -08:00
parent d446fe5922
commit e40fdc502d
+2
View File
@@ -1045,6 +1045,8 @@ def run_pipeline():
msg = "Error occurred while running this command:"
_log.error(msg + '\n' + exc_value)
return ExitCode.child_process_error
elif not options.verbose:
_log.error(e)
return ExitCode.other_error
except Exception as e: