-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Propagate errors with context management #161
Labels
Comments
@doutriaux1 @dnadeau4 thought? |
@zshaheen sounds right, do you mind submitting a PR? |
@zshaheen I put your code in and create a test for it. I tried to make it failed with and without your code and got the same error message. So I did not understand what it does more. It is in my python3merge branch and all tests passed. |
@doutriaux1 Sure, I'll get to this this week. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At lines 1260 here, we should have something like this:
Returning
False
will propagate any exceptions raised by thewith
block below:The text was updated successfully, but these errors were encountered: