mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
environment root prefix changed to PYPE_PROJECT_ROOT
This commit is contained in:
parent
4740310d5c
commit
34418e1195
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue