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: