mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Must...save...bytes...
This commit is contained in:
parent
5042f9e1c8
commit
0b699e8ad8
@ -463,7 +463,7 @@ class SeparatedListOf(Value):
|
||||
def set(self, s):
|
||||
L = self.splitter(s)
|
||||
for (i, s) in enumerate(L):
|
||||
v = self.Value(s, 'help does not matter here')
|
||||
v = self.Value(s, '')
|
||||
L[i] = v()
|
||||
self.setValue(L)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user