Skip to content

Commit 99b30ba

Browse files
hotfix
1 parent 2ba29f6 commit 99b30ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modelspec/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ def load_xml(filename: str):
9292
removed_id = handle_xml_dict_id(data)
9393

9494
# Values are returned as strings after conversion, this corrects them to their actual values
95-
converted_to_actual_val = convert_xml_dict_values(removed_id)
95+
# converted_to_actual_val = convert_xml_dict_values(removed_id)
9696

97-
return convert_xml_dict_values(converted_to_actual_val)
97+
return convert_xml_dict_values(removed_id)
9898

9999

100100
def elementtree_element_to_dict(element):

0 commit comments

Comments
 (0)