fixed a bug

This commit is contained in:
Aritra Chakraborty 2015-10-02 01:59:59 +00:00
parent 2c6a6f6530
commit 22048cb546
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ for name in filenames:
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 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