mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update logic for versions
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
13e1cc7103
commit
60e6d4df2f
1 changed files with 4 additions and 3 deletions
|
|
@ -36,9 +36,10 @@ class PushToProject(load.ProductLoaderPlugin):
|
|||
)
|
||||
project_name = filtered_contexts[0]["project"]["name"]
|
||||
|
||||
version_ids = []
|
||||
for context in filtered_contexts:
|
||||
version_ids.append(context["version"]["id"])
|
||||
version_ids = {
|
||||
context["version"]["id"]
|
||||
for context in filtered_contexts
|
||||
}
|
||||
|
||||
args = get_ayon_launcher_args(
|
||||
push_tool_script_path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue