From 5456a0bcb5043c73223692f7080646cca9820fb7 Mon Sep 17 00:00:00 2001 From: steven Date: Thu, 11 Mar 2021 21:27:02 +0100 Subject: [PATCH] changed doctype --- adi_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adi_builder.py b/adi_builder.py index 64d8600..c6e7142 100644 --- a/adi_builder.py +++ b/adi_builder.py @@ -182,6 +182,6 @@ if __name__ == "__main__" : tree = ET.ElementTree(root) try: - tree.write(f'{args.output}/adi.xml', encoding='utf-8', xml_declaration=True, pretty_print=True, doctype='') + tree.write(f'{args.output}/adi.xml', encoding='utf-8', xml_declaration=True, pretty_print=True, doctype='') except Exception as e: print(str(e))