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
923564a1
Commit
923564a1
authored
Jun 12, 2021
by
Wout De Nolf
Browse files
fixup
parent
60f8ec5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
esrftaskgraph/esrftaskgraph/graph.py
View file @
923564a1
...
...
@@ -261,7 +261,7 @@ class TaskGraph:
graphs
=
[
self
]
+
list
(
subgraphs
.
values
())
rename_nodes
=
[
False
]
+
[
True
]
*
len
(
subgraphs
)
graph
=
merge_graphs
(
graphs
,
name
=
graph
.
graph
[
"name"
]
,
rename_nodes
=
rename_nodes
graphs
,
name
=
graph
.
graph
.
get
(
"name"
)
,
rename_nodes
=
rename_nodes
).
graph
# Re-link
...
...
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