X-Git-Url: http://users.mur.at/ms/git/gitweb/?p=OpenColorIO-Configs.git;a=blobdiff_plain;f=aces_1.0.0%2Fpython%2Faces_ocio%2Fprocess.py;h=5758b5e7308173618465b4c3f02dc315d17e0a84;hp=76dd754389909215b44aa9d9a8810b6d34040974;hb=ffaf44bd7d617cc6e7daf06a2049b873ceb00835;hpb=210c11e2ded5354e55cef1ce4e8bbfa88748711e diff --git a/aces_1.0.0/python/aces_ocio/process.py b/aces_1.0.0/python/aces_ocio/process.py index 76dd754..5758b5e 100755 --- a/aces_1.0.0/python/aces_ocio/process.py +++ b/aces_1.0.0/python/aces_ocio/process.py @@ -331,7 +331,7 @@ class Process: log_handle.write(header) if format == 'xml': log_handle.write(']]>\n') - self.write_log(log_handle) + self.write_log(log_handle, format=format) log_handle.close() def log_line(self, line):