fix not implemented message

This commit is contained in:
iLLiCiTiT 2020-10-01 18:01:04 +02:00
parent e6749a53f7
commit 116c9469c8

View file

@ -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)
)
)