hound catch

This commit is contained in:
Jakub Jezek 2022-04-07 17:15:44 +02:00
parent afbacb1944
commit fc6d01d004
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -826,5 +826,7 @@ class MediaInfoFile:
def _write_result_xml_to_file(self, file, xml_data):
# save it as new file
tree = cET.ElementTree(xml_data)
tree.write(file, xml_declaration=True,
method='xml', encoding='UTF-8')
tree.write(
file, xml_declaration=True,
method='xml', encoding='UTF-8'
)