It is difficult to add a sys.excepthook without typer replacing and ignoring it #508
Open
7 tasks done
Labels
question
Question or problem
First Check
Commit to Help
Example Code
Description
sys.excepthook
override, not typer's onehook_example()
sys.excepthook
before typer is imported which is difficult not get right and a difficult to not break when refactoring_original_except_hook = sys.excepthook
at it's top level inmain.py
but does not replacesys.excepthook
until it's actually calledOperating System
Linux, macOS
Operating System Details
No response
Typer Version
0.6.1
Python Version
3.8.13
Additional Context
No response
The text was updated successfully, but these errors were encountered: