mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix missing bracket
Co-authored-by: Mustafa Taher <mustafataherzaky@outlook.com>
This commit is contained in:
parent
0ca94aa3c0
commit
8bb4db39d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]),
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue