Merge pull request #2641 from pypeclub/OP-2505_Web-publisher-instance-duplicates

WebPublisher: fix instance duplicates
This commit is contained in:
Petr Kalis 2022-02-04 10:14:42 +01:00 committed by GitHub
commit 9288a17546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 37 additions and 20 deletions

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)