Skip to content

Commit

Permalink
new prune/gen scheme & mutation added
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsutherland committed Nov 10, 2020
1 parent 462d04d commit 416240f
Show file tree
Hide file tree
Showing 7 changed files with 310 additions and 107 deletions.
2 changes: 1 addition & 1 deletion cylc/flow/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@ def generate_triggers(self, lexpression, left_nodes, right, seq,
# (name is left name)
self.taskdefs[name].add_graph_child(task_trigger, right, seq)
# graph_parents not currently used but might be needed soon:
# self.taskdefs[right].add_graph_parent(task_trigger, name, seq)
self.taskdefs[right].add_graph_parent(task_trigger, name, seq)

# Walk down "expr_list" depth first, and replace any items matching a
# key in "triggers" ("left" values) with the trigger.
Expand Down
Loading

0 comments on commit 416240f

Please sign in to comment.