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
bricks/common: catch error raised when printing final exception
It is possible for print functions to raise an exception, so we need to
catch this when printing a final exception since the nlr stack is empty
at that point and would otherwise cause a crash.
0 commit comments