mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
hound catch
This commit is contained in:
parent
afbacb1944
commit
fc6d01d004
1 changed files with 4 additions and 2 deletions
|
|
@ -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'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue