mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
project_presets changed to project_configurations
This commit is contained in:
parent
4776eaca79
commit
044c644c3b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ log = logging.getLogger(__name__)
|
|||
STUDIO_PRESETS_PATH = os.path.normpath(
|
||||
os.path.join(os.environ["PYPE_CONFIG"], "studio_configurations")
|
||||
)
|
||||
PROJECT_CONFIGURATION_DIR = "project_presets"
|
||||
PROJECT_CONFIGURATION_DIR = "project_configurations"
|
||||
PROJECT_PRESETS_PATH = os.path.normpath(os.path.join(
|
||||
os.environ["PYPE_CONFIG"], PROJECT_CONFIGURATION_DIR
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue