Skip to content
Snippets Groups Projects

F fix compare entities branch2

Merged Alexander Schlemmer requested to merge f-fix-compare-entities-branch2 into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -98,7 +98,7 @@ def yaml_to_xml(yamlstr):
The string to load the yaml document from.
"""
return dict_to_xml(yaml.safe_load(yamlstr))
return dict_to_xml(yaml.load(yamlstr, Loader=yaml.SafeLoader))
def process(text):
Loading