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
The tmp_bind context manager clean-up logic (the code after the yield) isn't protected by a finally clause, so it doesn't get executed when an exception is raised.
The
tmp_bind
context manager clean-up logic (the code after the yield) isn't protected by a finally clause, so it doesn't get executed when an exception is raised.I would say the expected behavior is for the last logger to just emit
event='event'
.If you agree, it's a simple fix that I could contribute.
The text was updated successfully, but these errors were encountered: