fixed a bug
This commit is contained in:
parent
2c6a6f6530
commit
22048cb546
|
@ -127,7 +127,7 @@ for name in filenames:
|
||||||
if condition == '' or eval(eval(evaluator_condition)): # location of change
|
if condition == '' or eval(eval(evaluator_condition)): # location of change
|
||||||
for label in [x for x in options.labels if x not in set(brokenFormula)]:
|
for label in [x for x in options.labels if x not in set(brokenFormula)]:
|
||||||
for i in xrange(len(positions)):
|
for i in xrange(len(positions)):
|
||||||
table.data[positions[i]] = unravel(eval(evaluator[label]))
|
table.data[positions[i]] = unravel(eval(evaluator[labels[i]]))
|
||||||
|
|
||||||
outputAlive = table.data_write() # output processed line
|
outputAlive = table.data_write() # output processed line
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue