mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
flame: fix write to xml file input args
This commit is contained in:
parent
2bf75d270a
commit
eda39b5de2
1 changed files with 1 additions and 1 deletions
|
|
@ -829,7 +829,7 @@ class OpenClipSolver:
|
|||
xml_data = self._fix_xml_data(tmp_xml)
|
||||
self.log.info("Adding feed version: {}".format(self.feed_basename))
|
||||
|
||||
self._write_result_xml_to_file(xml_data)
|
||||
self._write_result_xml_to_file(self.out_file, xml_data)
|
||||
|
||||
self.log.info("openClip Updated: {}".format(self.tmp_file))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue