X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=bootstrap.py;h=738fceaf39003141f08f9e39a7843c09f1239b43;hb=6a1cf8a4e570b34765ac946edc9dbb3cd5f146a9;hp=c445aef59895cda7147bccf556095de3a5c911a0;hpb=d29fd1c72456b3c81ffeccd7994c5a65c91a81ed;p=python_utils.git 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}'