mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-1117 - fixed typos
This commit is contained in:
parent
f6ccc6aee1
commit
d07dc4ac99
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue