Skip to content

Commit

Permalink
DOC #165
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 17, 2021
1 parent 1aedd3b commit adc75db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions punx/nxdl_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ def parse_nxdl_xml(self, xml_node):
self.parse_attributes(xml_node)
for k, v in xml_node.attrib.items():
if k not in ("name", "type"):
# https://github.com/prjemian/punx/issues/165
self.attributes[k] = v # FIXME: should be NXDL__attribute instance
self.parse_groups(xml_node)
self.parse_fields(xml_node)
Expand Down

0 comments on commit adc75db

Please sign in to comment.