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
VIGNET Pierre
cadbiom
Commits
a2a5a7e0
Commit
a2a5a7e0
authored
Jan 29, 2020
by
VIGNET Pierre
Browse files
[lib] Fix typos
parent
ed9ae21a
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/cadbiom/models/guard_transitions/translators/chart_xml.py
View file @
a2a5a7e0
...
...
@@ -125,7 +125,8 @@ class XmlVisitor:
"""
return
OrderedDict
((
(
attr_name
,
str
(
node
.
__dict__
[
attr_name
]))
for
attr_name
in
self
.
default_node_attributes
(
attr_name
,
str
(
node
.
__dict__
[
attr_name
]))
for
attr_name
in
self
.
default_node_attributes
if
node
.
__dict__
.
get
(
attr_name
,
None
)
))
...
...
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