mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 14:10:41 +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):
|
def set(self, s):
|
||||||
L = self.splitter(s)
|
L = self.splitter(s)
|
||||||
for (i, s) in enumerate(L):
|
for (i, s) in enumerate(L):
|
||||||
v = self.Value(s, 'help does not matter here')
|
v = self.Value(s, '')
|
||||||
L[i] = v()
|
L[i] = v()
|
||||||
self.setValue(L)
|
self.setValue(L)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user