change AVALON_ROOT to AVALON_PROJECTS

This commit is contained in:
aardschok 2017-08-16 17:59:03 +02:00
parent 84ef2926ae
commit 0d8656d2bd

View file

@ -89,7 +89,7 @@ class CollectAssumedDestination(pyblish.api.InstancePlugin):
# if there is a subset there ought to be version
version_number += version["name"]
template_data = {"root": os.environ["AVALON_ROOT"],
template_data = {"root": os.environ["AVALON_PROJECTS"],
"project": project_name,
"silo": os.environ["AVALON_SILO"],
"asset": asset_name,