mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix defaults dir of project settings
This commit is contained in:
parent
2bd691ce5f
commit
6dabce1232
1 changed files with 1 additions and 1 deletions
|
|
@ -647,7 +647,7 @@ class ProjectSettings(RootEntity):
|
||||||
|
|
||||||
Implementation of abstract method.
|
Implementation of abstract method.
|
||||||
"""
|
"""
|
||||||
return os.path.join(DEFAULTS_DIR, SYSTEM_SETTINGS_KEY)
|
return DEFAULTS_DIR
|
||||||
|
|
||||||
def _save_studio_values(self):
|
def _save_studio_values(self):
|
||||||
settings_value = self.settings_value()
|
settings_value = self.settings_value()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue