Fix str() of ConfigValue

This commit is contained in:
Florian Bruhin 2014-09-30 06:32:21 +02:00
parent 861933c719
commit 61ea26b7b2

View File

@ -49,7 +49,7 @@ class SettingValue:
def __str__(self): def __str__(self):
"""Get raw string value.""" """Get raw string value."""
return self.value return self.value()
def default(self): def default(self):
"""Get the default value.""" """Get the default value."""