diff options
| author | Scott <[email protected]> | 2022-01-10 17:49:58 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-10 17:49:58 -0800 |
| commit | 6a1cf8a4e570b34765ac946edc9dbb3cd5f146a9 (patch) | |
| tree | 4d330f79c16fbdbf861f74c63ffa9cfe3855caf8 /bootstrap.py | |
| parent | d29fd1c72456b3c81ffeccd7994c5a65c91a81ed (diff) | |
Add requirements.txt
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}' |
