mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
change AVALON_ROOT to AVALON_PROJECTS
This commit is contained in:
parent
84ef2926ae
commit
0d8656d2bd
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class CollectAssumedDestination(pyblish.api.InstancePlugin):
|
||||||
# if there is a subset there ought to be version
|
# if there is a subset there ought to be version
|
||||||
version_number += version["name"]
|
version_number += version["name"]
|
||||||
|
|
||||||
template_data = {"root": os.environ["AVALON_ROOT"],
|
template_data = {"root": os.environ["AVALON_PROJECTS"],
|
||||||
"project": project_name,
|
"project": project_name,
|
||||||
"silo": os.environ["AVALON_SILO"],
|
"silo": os.environ["AVALON_SILO"],
|
||||||
"asset": asset_name,
|
"asset": asset_name,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue