mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Removed run argument to not filter out project argument
Current develop filters out 'project' cli argument as it is now used as key world for bundle per project implementation.
This commit is contained in:
parent
cd15755add
commit
3b9b5e8063
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ class PushToLibraryProject(load.ProductLoaderPlugin):
|
|||
version_id = context["version"]["id"]
|
||||
|
||||
args = get_ayon_launcher_args(
|
||||
"run",
|
||||
push_tool_script_path,
|
||||
"--project", project_name,
|
||||
"--version", version_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue