Closed rsmallegoor closed 4 years ago
The function xml_children() contained a deprecated function from xml.etree which results in the following deprecation warning:
xml_children()
xml.etree
DeprecationWarning: This method will be removed in future versions. Use 'list(elem)' or iteration over elem instead.
In this PR the function is replaced according to the suggestion made in the generated deprecation warning
The function
xml_children()
contained a deprecated function fromxml.etree
which results in the following deprecation warning:In this PR the function is replaced according to the suggestion made in the generated deprecation warning