fix missing bracket

Co-authored-by: Mustafa Taher <mustafataherzaky@outlook.com>
This commit is contained in:
Jakub Trllo 2024-02-13 17:11:02 +01:00 committed by GitHub
parent 0ca94aa3c0
commit 8bb4db39d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -476,7 +476,7 @@ def inject_ayon_environment(deadlinePlugin):
# Support backwards compatible keys
for key, env_keys in (
("project", ["AYON_PROJECT_NAME", "AVALON_PROJECT"]),
("asset", ["AYON_FOLDER_PATH", "AVALON_ASSET"],
("asset", ["AYON_FOLDER_PATH", "AVALON_ASSET"]),
("task", ["AYON_TASK_NAME", "AVALON_TASK"]),
("app", ["AYON_APP_NAME", "AVALON_APP_NAME"]),
):