From 950dba5139dba3b92a1b392147032442a10fd570 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Tue, 2 Feb 2010 14:17:39 +0000 Subject: [PATCH] Minor bug fix for --start and --stop --- plugins/generic/enumeration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/generic/enumeration.py b/plugins/generic/enumeration.py index e19819f1d..45b5000a4 100644 --- a/plugins/generic/enumeration.py +++ b/plugins/generic/enumeration.py @@ -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: