This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andrei.avk
Recipients andrei.avk, docs@python, twowolfs
Date 2021-10-19.00:00:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634601604.87.0.708877426983.issue45336@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-10-19 00:00:05andrei.avksetrecipients: + andrei.avk, docs@python, twowolfs
2021-10-19 00:00:04andrei.avksetmessageid: <1634601604.87.0.708877426983.issue45336@roundup.psfhosted.org>
2021-10-19 00:00:04andrei.avklinkissue45336 messages
2021-10-19 00:00:04andrei.avkcreate