Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
workflow
ewoks
ewoksppf
Commits
cebaf7a4
Commit
cebaf7a4
authored
Aug 27, 2021
by
Wout De Nolf
Browse files
"result_nodes" is deprecated
parent
6788df6c
Pipeline
#53481
passed with stages
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ewoksppf/bindings.py
View file @
cebaf7a4
...
...
@@ -493,7 +493,7 @@ class EwoksWorkflow(Workflow):
# task_name -> EwoksPythonActor
taskactors
=
self
.
_taskactors
stop_actor
=
self
.
_stop_actor
for
source_name
in
taskgraph
.
result
_nodes
():
for
source_name
in
taskgraph
.
end
_nodes
():
source_actor
=
taskactors
[
source_name
]
self
.
_connect_actors
(
source_actor
,
stop_actor
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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