Skip to content

Commit b098fdd

Browse files
committed
If using stdlib etree, don’t try to pretty print
1 parent ba7727e commit b098fdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flattentool/xml_output.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,4 @@ def toxml(data, xml_root_tag):
8181
if USING_LXML:
8282
return ET.tostring(root, pretty_print=True)
8383
else:
84-
indent(root)
8584
return ET.tostring(root)

0 commit comments

Comments
 (0)