Add requirements.txt
[python_utils.git] / bootstrap.py
index c445aef59895cda7147bccf556095de3a5c911a0..738fceaf39003141f08f9e39a7843c09f1239b43 100644 (file)
@@ -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}'