mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #2641 from pypeclub/OP-2505_Web-publisher-instance-duplicates
WebPublisher: fix instance duplicates
This commit is contained in:
commit
9288a17546
4 changed files with 37 additions and 20 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue