fixed wrong key

This commit is contained in:
aardschok 2017-10-20 18:11:06 +02:00
parent e6de792519
commit f5eddfbfaf

View file

@ -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)