Minor bug fix for --start and --stop

This commit is contained in:
Bernardo Damele 2010-02-02 14:17:39 +00:00
parent 9ed0744510
commit 950dba5139

View File

@ -1343,7 +1343,7 @@ class Enumeration:
plusOne = True
else:
plusOne = False
indexRange = getRange(count, plusOne=plusOne)
indexRange = getRange(count, dump=True, plusOne=plusOne)
for index in indexRange:
for column in colList: