FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 067b4bb3 authored by L. Bower's avatar L. Bower
Browse files

adding non-zero exit code for uncaught exception (in the main branch)

parent f7d7a451
No related branches found
No related tags found
No related merge requests found
......@@ -651,3 +651,4 @@ class Processor:
sys.exit(e.code)
except:
self.logger.exception('Uncaught exception in run_Process:')
sys.exit(1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment