diff options
Diffstat (limited to '')
-rw-r--r-- | project/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/utils.py b/project/utils.py index 06fff27..711db97 100644 --- a/project/utils.py +++ b/project/utils.py @@ -34,7 +34,7 @@ def setup_logging(): yield except Exception as e: logging.exception(e) - raise + sys.exit(1) @contextmanager |