Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 950dba5

Browse files
committed
Minor bug fix for --start and --stop
1 parent 9ed0744 commit 950dba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/generic/enumeration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ def dumpTable(self):
13431343
plusOne = True
13441344
else:
13451345
plusOne = False
1346-
indexRange = getRange(count, plusOne=plusOne)
1346+
indexRange = getRange(count, dump=True, plusOne=plusOne)
13471347

13481348
for index in indexRange:
13491349
for column in colList:

0 commit comments

Comments
 (0)