From d07dc4ac999084b640cc2ec4834f2c17655cbccb Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Tue, 25 Jan 2022 17:22:24 +0100 Subject: [PATCH] OP-1117 - fixed typos --- openpype/hooks/pre_add_last_workfile_arg.py | 2 +- openpype/lib/applications.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openpype/hooks/pre_add_last_workfile_arg.py b/openpype/hooks/pre_add_last_workfile_arg.py index 4ff5e17edc..048545a150 100644 --- a/openpype/hooks/pre_add_last_workfile_arg.py +++ b/openpype/hooks/pre_add_last_workfile_arg.py @@ -7,7 +7,7 @@ class AddLastWorkfileToLaunchArgs(PreLaunchHook): This is not possible to do for all applications the same way. Checks 'start_last_workfile', if set to False, it will not open last - wokfile. This property is set explicitly in Launcher. + workfile. This property is set explicitly in Launcher. """ # Execute after workfile template copy diff --git a/openpype/lib/applications.py b/openpype/lib/applications.py index 152dc6af6b..1278ed396e 100644 --- a/openpype/lib/applications.py +++ b/openpype/lib/applications.py @@ -1511,7 +1511,7 @@ def _prepare_last_workfile(data, workdir): project_name, app.host_name, task_name, task_type ) else: - log.info("Explicitly forbidden to open last workfile") + log.info("Opening of last workfile was disabled by user") data["start_last_workfile"] = start_last_workfile