Skip to content

Commit

Permalink
Post rebase fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Oct 15, 2021
1 parent 740dc07 commit 4683b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/task_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def spawn_successor(self, itask):
if (
not parent_points
or all(x < self.config.start_point for x in parent_points)
or itask.tdef.get_abs_triggers(next_point)
or itask.tdef.has_only_abs_triggers(next_point)
):
taskid = TaskID.get(itask.tdef.name, next_point)
next_task = (
Expand Down

0 comments on commit 4683b26

Please sign in to comment.