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
Sorry, I hadn't seen this before. Unfortunately, this is already a big hack, and there is no mechanism with which other libraries could piggyback on exceptiongroup.
I took as a reference the source code of exceptiongroup in order to make a custom exception of my own with a custom traceback .
It worked as expected, the thing is, when I import exceptiongroup, it overrides the traceback exception from the exceptiongroup.
Is there a way to isolate my implementation?
I assume it relates to this code:
exceptiongroup/src/exceptiongroup/_formatting.py
Lines 343 to 360 in 4e2df21
What can I do about it?
The text was updated successfully, but these errors were encountered: