Fix project_name

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2025-08-21 11:33:51 +02:00 committed by GitHub
parent 1e9d699773
commit 13e1cc7103
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: