mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix project_name
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
1e9d699773
commit
13e1cc7103
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class PushToProject(load.ProductLoaderPlugin):
|
|||
"push_to_project",
|
||||
"main.py"
|
||||
)
|
||||
project_name = tuple(filtered_contexts)[0]["project"]["name"]
|
||||
project_name = filtered_contexts[0]["project"]["name"]
|
||||
|
||||
version_ids = []
|
||||
for context in filtered_contexts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue