environment root prefix changed to PYPE_PROJECT_ROOT

This commit is contained in:
iLLiCiTiT 2020-12-04 17:19:29 +01:00
parent 4740310d5c
commit 34418e1195

View file

@ -1238,7 +1238,7 @@ class Roots:
anatomy Anatomy: Anatomy object created for a specific project.
"""
env_prefix = "PYPE_ROOT"
env_prefix = "PYPE_PROJECT_ROOT"
roots_filename = "roots.json"
def __init__(self, anatomy):