Fix str() of ConfigValue
This commit is contained in:
parent
861933c719
commit
61ea26b7b2
@ -49,7 +49,7 @@ class SettingValue:
|
||||
|
||||
def __str__(self):
|
||||
"""Get raw string value."""
|
||||
return self.value
|
||||
return self.value()
|
||||
|
||||
def default(self):
|
||||
"""Get the default value."""
|
||||
|
Loading…
Reference in New Issue
Block a user