We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7727e commit b098fddCopy full SHA for b098fdd
flattentool/xml_output.py
@@ -81,5 +81,4 @@ def toxml(data, xml_root_tag):
81
if USING_LXML:
82
return ET.tostring(root, pretty_print=True)
83
else:
84
- indent(root)
85
return ET.tostring(root)
0 commit comments