You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that by default you want to disable the previous exception hook to avoid duplicate stack traces, and that it currently is being returned by install().
However, it would be handy to be able to do:
install(call_previous_hook=True)
So it's been called automatically for you instead of forcing your to write an new exception hook yourself.
The need arise when you use something like chimechime.notify_exceptions(), that allows you to get a warning sound when an exception occurs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I understand that by default you want to disable the previous exception hook to avoid duplicate stack traces, and that it currently is being returned by
install()
.However, it would be handy to be able to do:
So it's been called automatically for you instead of forcing your to write an new exception hook yourself.
The need arise when you use something like chime
chime.notify_exceptions()
, that allows you to get a warning sound when an exception occurs.I co
Beta Was this translation helpful? Give feedback.
All reactions