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
We need a task that wraps one or two other tasks and a test of some kind. If the test returns True, then one task is run. If false, either nothing happens or the other task is run. Something like this:
We need a task that wraps one or two other tasks and a test of some kind. If the test returns True, then one task is run. If false, either nothing happens or the other task is run. Something like this:
CondTask(name, predicate, true_task, else_task=None)
where:
CondTask only fails if one of its wrapped tasks fails.
The text was updated successfully, but these errors were encountered: