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
Not sure if you're developing this project any longer but it seems like adding an except block in the open contextmanager would provide the expected behavior on an exception in the outer with block.
Not sure if you're developing this project any longer but it seems like adding an except block in the open contextmanager would provide the expected behavior on an exception in the outer with block.
Here: https://github.com/abarnert/fatomic/blob/master/fatomic.py#L78
for example:
The text was updated successfully, but these errors were encountered: