mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
settings ui can catch exceptions
This commit is contained in:
parent
9bfaa841a9
commit
0197eaa5d7
2 changed files with 51 additions and 7 deletions
|
|
@ -54,6 +54,7 @@ print(system_settings["general"]["studio_name"].value)
|
|||
"""
|
||||
|
||||
from .exceptions import (
|
||||
SchemaError,
|
||||
DefaultsNotDefined,
|
||||
StudioDefaultsNotDefined,
|
||||
InvalidValueType,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue