Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
payno
workflow_concepts
Commits
60f8ec5a
Commit
60f8ec5a
authored
Jun 12, 2021
by
Wout De Nolf
Browse files
esrftaskgraph: return all task instances when executing
parent
a6f5920b
Changes
1
Hide whitespace changes
Inline
Side-by-side
esrftaskgraph/esrftaskgraph/graph.py
View file @
60f8ec5a
...
...
@@ -570,3 +570,4 @@ class TaskGraph:
for
node
in
self
.
topological_sort
():
task
=
self
.
instantiate_task_static
(
node
,
tasks
=
tasks
,
varinfo
=
varinfo
)
task
.
execute
()
return
tasks
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment