We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20f09e commit 2a18eb2Copy full SHA for 2a18eb2
1 file changed
var/xml_converter.py
@@ -60,7 +60,7 @@ def main():
60
cardinality = ''
61
units = ''
62
for sub_attr in attribute:
63
- if sub_attr.tag == 'NAME':
+ if sub_attr.tag == 'LABEL':
64
name = sub_attr.text
65
elif sub_attr.tag == 'MANDATORY':
66
cardinality = sub_attr.text
0 commit comments