OP-2505 - safer initialization

This commit is contained in:
Petr Kalis 2022-02-03 11:46:27 +01:00
parent 3089438234
commit 1c700faacf

View file

@ -251,7 +251,10 @@ class PypeCommands:
data = {
"last_workfile_path": workfile_path,
"start_last_workfile": True
"start_last_workfile": True,
"project_name": project,
"asset_name": asset,
"task_name": task_name
}
launched_app = application_manager.launch(app_name, **data)