From 6a1cf8a4e570b34765ac946edc9dbb3cd5f146a9 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 10 Jan 2022 17:49:58 -0800 Subject: Add requirements.txt --- bootstrap.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.py') 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}' -- cgit v1.3