Skip to content

Commit

Permalink
migrate to current step control names
Browse files Browse the repository at this point in the history
  • Loading branch information
bdngo committed Jan 4, 2024
1 parent 8dce117 commit 842346f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hammer/flowgraph/flowgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ class Node:
optional_inputs: list[str] = field(default_factory=list)
optional_outputs: list[str] = field(default_factory=list)
step_controls: dict[str, str] = field(default_factory=lambda: {
"from_step": "",
"after_step": "",
"to_step": "",
"until_step": "",
"start_before_step": "",
"start_after_step": "",
"stop_before_step": "",
"stop_after_step": "",
"only_step": "",
})

Expand Down

0 comments on commit 842346f

Please sign in to comment.