flaxandteal / dewret

DEclarative Workflow REndering Tool
Apache License 2.0
1 stars 0 forks source link

Nested tasks should not get globals as arguments #40

Closed philtweir closed 2 months ago

philtweir commented 2 months ago

What does this PR do?

Only passes real arguments, not globals, to a nested task / subworkflow when it is called.

How to test?

Ensure tests/test_subworkflows.py passses CI.

Who can test?

@philtweir (minor change)