X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=bootstrap.py;h=738fceaf39003141f08f9e39a7843c09f1239b43;hb=67e324d8995c18445574415eb44abcfdce436bdc;hp=c445aef59895cda7147bccf556095de3a5c911a0;hpb=44a7740bf6fe18673f8636658256a227e0622880;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}'