mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Removed line that wasn't absolutely necessary and seemed to be causing trouble.
This commit is contained in:
parent
ec288430df
commit
1f934bf55e
@ -98,7 +98,6 @@ class Value(object):
|
||||
self.default = default
|
||||
self.help = utils.normalizeWhitespace(help.strip())
|
||||
self.setValue(default)
|
||||
self.set(str(self)) # This is needed.
|
||||
|
||||
def set(self, s):
|
||||
"""Override this with a function to convert a string to whatever type
|
||||
|
Loading…
Reference in New Issue
Block a user