We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a task and actions in it. I'd like to fail the task when one of the actions fail.
Currently, the context manager catches all exceptions which is prevents such behaviour.
In addition, when using a trio nursery you'd want to raise exceptions so that we will not proceed if we don't want to.
The text was updated successfully, but these errors were encountered:
I'm guessing #427 was a proposed solution?
Just so I understand the use case better, could you share some sample code demonstrating what you're trying to do?
Sorry, something went wrong.
No branches or pull requests
I have a task and actions in it.
I'd like to fail the task when one of the actions fail.
Currently, the context manager catches all exceptions which is prevents such behaviour.
In addition, when using a trio nursery you'd want to raise exceptions so that we will not proceed if we don't want to.
The text was updated successfully, but these errors were encountered: