mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
fixed wrong key
This commit is contained in:
parent
e6de792519
commit
f5eddfbfaf
1 changed files with 1 additions and 1 deletions
|
|
@ -700,7 +700,7 @@ def get_representation_file(representation, template=TEMPLATE):
|
|||
|
||||
"""
|
||||
context = representation["context"].copy()
|
||||
context["root"] = os.environ["AVALON_ROOT"]
|
||||
context["root"] = os.environ["AVALON_PROJECTS"]
|
||||
return template.format(**context)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue