This fixes a small bug where when allowing the flowgraph tool to autogenerate the auxiliary action nodes, it would not obey the user-specified parent.push_dir. Instead, the generated auxiliary node pulls from parent.push_dir and pushes to child.pull_dir.
Related PRs / Issues
Type of change:
[x] Bug fix
[ ] New feature
[ ] Other enhancement
Impact:
[x] Change to core Hammer
[ ] Change to a Hammer plugin
[ ] Other
Contributor Checklist:
[x] Did you set master as the base branch?
[x] Did you state the type-of-change/impact?
[x] Did you delete any extraneous prints/debugging code?
[ ] (If applicable) Did you add documentation for the feature?
[x] (If applicable) Did you update the poetry.lock file if you updated the requirements in pyproject.toml?
[ ] (If applicable) Did you add a unit test demonstrating the PR?
[ ] (If applicable) Did you run this through the e2e integration tests?
[ ] (If applicable) Did you update the submodules in e2e/ if this feature depends on updated plugins?
This fixes a small bug where when allowing the flowgraph tool to autogenerate the auxiliary action nodes, it would not obey the user-specified
parent.push_dir
. Instead, the generated auxiliary node pulls fromparent.push_dir
and pushes tochild.pull_dir
.Related PRs / Issues
Type of change:
Impact:
Contributor Checklist:
master
as the base branch?poetry.lock
file if you updated the requirements inpyproject.toml
?e2e/
if this feature depends on updated plugins?