Open GoogleCodeExporter opened 9 years ago
There is no value assigned to the variable i in the second last line. What you
want to do is replace the second last line with following:
for i in newList:
PSOE_list.add_row([newList[i][3], newList[i][4], newList[i][0], newList[i][1], newList[i][2]])
So basically you add another loop.
Original comment by letsdore...@googlemail.com
on 13 May 2015 at 10:33
Original issue reported on code.google.com by
dionatan...@gmail.com
on 19 Feb 2015 at 1:43