Update openpype/hosts/flame/api/plugin.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Jakub Ježek 2022-02-14 12:09:51 +01:00 committed by GitHub
parent 7e9576dd6c
commit c545938e2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -740,7 +740,7 @@ class OpenClipSolver:
try:
openpype.run_subprocess(cmd_args)
except TypeError:
self.log.error("Error createing self.tmp_file")
self.log.error("Error creating self.tmp_file")
six.reraise(*sys.exc_info())
def _clear_tmp_file(self):