Skip to content

Commit

Permalink
fix tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
aremazeilles committed Jan 20, 2020
1 parent 03e7434 commit 3442f50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def generate_xml_from_spec(self, template_name, filename):
for item in self.spec_.dico_['package_attributes']:
xml_pack.set(item, '')
# todo should we add the attribute template to the config?
xml_pack.set("package", template_name)
xml_pack.set("template", template_name)

xml_comp = ET.SubElement(xml_pack, "comp")
for item in self.spec_.dico_['component_attributes']:
Expand Down

0 comments on commit 3442f50

Please sign in to comment.