We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
catch_any_exception
1 parent 868987e commit 208f324Copy full SHA for 208f324
pydumpling/helpers.py
@@ -21,4 +21,4 @@ def _hook(exc_type, exc_value, exc_tb):
21
save_dumping(exc_info=(exc_type, exc_value, exc_tb))
22
original_hook(exc_type, exc_value, exc_tb) # call sys original hook
23
24
- sys.excepthook = original_hook
+ sys.excepthook = _hook
0 commit comments