Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
214b2ee7
Commit
214b2ee7
authored
Dec 22, 2015
by
Maxime Perrotin
Browse files
Workaround regression in pygraphviz1.4
parent
f7ef1a61
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/Statechart.py
View file @
214b2ee7
...
...
@@ -322,7 +322,7 @@ def preprocess_nodes(my_graph, bounding_rect, dpi):
kind
=
'cluster'
)
attrs
.
append
(
attr
)
for
node
in
my_graph
.
nodes_iter
():
if
not
node
.
attr
:
if
not
dict
(
node
.
attr
)
:
continue
node
.
attr
.
update
(
name
=
node
.
name
)
attrs
.
append
(
node
.
attr
)
...
...
Write
Preview
Supports
Markdown
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