-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
ignore_fail doen't work with sequence tasks #252
Comments
Hi @ownik, thanks for the feedback. I hadn't thought about that edge case... it does seem like a bug. I suppose the ideal behavior would be that when I'll see what I can do about it. |
3 tasks
nat-n
added a commit
that referenced
this issue
Nov 9, 2024
nat-n
added a commit
that referenced
this issue
Nov 9, 2024
nat-n
added a commit
that referenced
this issue
Nov 9, 2024
nat-n
added a commit
that referenced
this issue
Nov 9, 2024
nat-n
added a commit
that referenced
this issue
Nov 9, 2024
nat-n
added a commit
that referenced
this issue
Nov 9, 2024
This issue is fixed in v0.30.0 🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! This is the sample of pyproject.toml
I run commands
And i got this output
Seems like a bug, why task3 and task4 aren't starting in this case? I set
ignore_fail = "return_non_zero"
for the taskall
.If task1/task3/task4 would failed, the rest of the tasks will be started, but if task2 failed the next tasks aren't starting.
Poetry v1.8.4
poethepoet v0.29.0
Python3 v3.12.3
Ubuntu 24.04
The text was updated successfully, but these errors were encountered: