diff options
Diffstat (limited to 'bootstrap.py')
| -rw-r--r-- | bootstrap.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.py b/bootstrap.py index c445aef..738fcea 100644 --- a/bootstrap.py +++ b/bootstrap.py @@ -60,6 +60,7 @@ def handle_uncaught_exception(exc_type, exc_value, exc_tb): Top-level exception handler for exceptions that make it past any exception handlers in the python code being run. Logs the error and stacktrace then maybe attaches a debugger. + """ global original_hook msg = f'Unhandled top level exception {exc_type}' |
