Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
quick test again
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukashiixo committed Oct 5, 2023
1 parent 53fb62d commit e41ccb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/modules/logger_mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ def write_log(e: Exception):
timestamp = datetime.datetime.now()
logger.exception(e)
print(f'[{timestamp}]: Caught Exception {e}')
sys.exit(1)
raise e
print('Operation interrupted. Attempting to gracefully exit.')

0 comments on commit e41ccb5

Please sign in to comment.