Last commit had a typo leading to startup traceback.
This commit is contained in:
parent
18669c8700
commit
2597df0512
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ class Attribute(SharedMemoryModel):
|
||||||
if setmode:
|
if setmode:
|
||||||
ret = []
|
ret = []
|
||||||
for it in item:
|
for it in item:
|
||||||
ret.append(self.validate_data(it, niter=niter+1setmode=True))
|
ret.append(self.validate_data(it, niter=niter+1,setmode=True))
|
||||||
else:
|
else:
|
||||||
ret = PackedList(self)
|
ret = PackedList(self)
|
||||||
for it in item:
|
for it in item:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue