OP-1117 - fixed typos

This commit is contained in:
Petr Kalis 2022-01-25 17:22:24 +01:00
parent f6ccc6aee1
commit d07dc4ac99
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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