Skip to content
Snippets Groups Projects

RELEASE: 0.6.1

Merged Henrik tom Wörden requested to merge release-0.6.1 into main
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