Closed jkroepke closed 6 months ago
@jkroepke so that I understand this correctly: You want to use the sys.excepthook
function to set a global exception handler for uncaught exceptions, so this funtion is called via the custom exception hook sys.excepthook = exception_handler
whenever an uncaught exception occurs.
Yes
thanks for confirming that. Meantime i extend the tests. pls rebase so i can trigger the workflow again.
Done
From https://stackoverflow.com/questions/6234405/logging-uncaught-exceptions-in-python
Before:
After: