mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix not implemented message
This commit is contained in:
parent
e6749a53f7
commit
116c9469c8
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ class SettingObject:
|
|||
|
||||
def environment_value(self):
|
||||
raise NotImplementedError(
|
||||
"{} Method `set_studio_default` not implemented!".format(
|
||||
"{} Method `environment_value` not implemented!".format(
|
||||
repr(self)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue