From c545938e2a1d912c24a0306d01ad58b6da817629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Je=C5=BEek?= Date: Mon, 14 Feb 2022 12:09:51 +0100 Subject: [PATCH] Update openpype/hosts/flame/api/plugin.py Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> --- openpype/hosts/flame/api/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hosts/flame/api/plugin.py b/openpype/hosts/flame/api/plugin.py index c39ac9108f..db1793cba8 100644 --- a/openpype/hosts/flame/api/plugin.py +++ b/openpype/hosts/flame/api/plugin.py @@ -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):