flame: fix write to xml file input args

This commit is contained in:
Jakub Jezek 2022-03-28 21:12:56 +02:00
parent 2bf75d270a
commit eda39b5de2
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -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))