Skip to content

Commit

Permalink
renaming attribute cpp file templates to be more cohesive
Browse files Browse the repository at this point in the history
  • Loading branch information
AsherGlick committed Oct 31, 2023
1 parent 7a1c5e5 commit 7fb7800
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xml_converter/generators/code_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,9 @@ def write_attribute(self, output_directory: str) -> None:
metadata: Dict[str, SchemaType] = {}
xml_fields: List[str] = []
template: Dict[str, Template] = {
"MultiflagValue": env.get_template("multiflagvalue.cpp"),
"CompoundValue": env.get_template("compoundvalue.cpp"),
"Enum": env.get_template("enum.cpp"),
"MultiflagValue": env.get_template("attribute_template_multiflagvalue.cpp"),
"CompoundValue": env.get_template("attribute_template_compoundvalue.cpp"),
"Enum": env.get_template("attribute_template_enum.cpp"),
}

for filepath in self.data.keys():
Expand Down

0 comments on commit 7fb7800

Please sign in to comment.