mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
working path to config
This commit is contained in:
parent
949c844cc1
commit
aaab8b4bf0
1 changed files with 2 additions and 2 deletions
|
|
@ -6,11 +6,11 @@ import copy
|
|||
log = logging.getLogger(__name__)
|
||||
|
||||
STUDIO_PRESETS_PATH = os.path.normpath(
|
||||
os.path.join(os.environ["PYPE_CONFIG"], "config", "studio_presets")
|
||||
os.path.join(os.environ["PYPE_CONFIG"], "studio_presets")
|
||||
)
|
||||
PROJECT_CONFIGURATION_DIR = "project_presets"
|
||||
PROJECT_PRESETS_PATH = os.path.normpath(os.path.join(
|
||||
os.environ["PYPE_CONFIG"], "config", PROJECT_CONFIGURATION_DIR
|
||||
os.environ["PYPE_CONFIG"], PROJECT_CONFIGURATION_DIR
|
||||
))
|
||||
first_run = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue