mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
overrides are not saved to path from PYPE_CONFIG but to PYPE_PROJECT_CONFIGS
This commit is contained in:
parent
f5736a7e9a
commit
5eb25c7ae3
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ OVERRIDEN_KEY = "__overriden_keys__"
|
|||
POP_KEY = "__pop_key__"
|
||||
|
||||
# Folder where studio overrides are stored
|
||||
STUDIO_OVERRIDES_PATH = os.environ["PYPE_CONFIG"]
|
||||
STUDIO_OVERRIDES_PATH = os.environ["PYPE_PROJECT_CONFIGS"]
|
||||
|
||||
# File where studio's system overrides are stored
|
||||
SYSTEM_CONFIGURATIONS_KEY = "system_configurations"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue