Andrei Kulakov <andrei....@gmail.com> added the comment:

Ed: something looks a bit odd with the call to `write()` that you used:

> rte_ecu_tree.write(rtexmlFile, encoding="UTF-8", xml_declaration="True", 
> default_namespace="None" method="xml",short_empty_elements="True" )

Note that default val for `default_namespace` is None, but you have it quoted, 
and you also have quoted xml_declaration and short_empty_elements. Try 
re-running with these arg values unquoted.

----------
nosy: +andrei.avk

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45336>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to