From 34418e1195051c99b52b508354741d3bf8444c79 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 4 Dec 2020 17:19:29 +0100 Subject: [PATCH] environment root prefix changed to PYPE_PROJECT_ROOT --- pype/lib/anatomy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/lib/anatomy.py b/pype/lib/anatomy.py index 1fed573cb9..cf907729c4 100644 --- a/pype/lib/anatomy.py +++ b/pype/lib/anatomy.py @@ -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):