mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix config loading
This commit is contained in:
parent
519ad905f1
commit
b161dda7ad
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ def system_configurations():
|
|||
|
||||
|
||||
def project_configurations(project_name):
|
||||
default_values = default_configuration()
|
||||
default_values = default_configuration()["project_configurations"]
|
||||
studio_values = studio_project_configurations()
|
||||
|
||||
studio_overrides = apply_overrides(default_values, studio_values)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue