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

Skip to content

Commit f79d011

Browse files
committed
minor update
1 parent 2face97 commit f79d011

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
@@ -1400,7 +1400,7 @@ def __pivotDumpTable(self, table, colList, count=None, blind=True):
14001400

14011401
return entries, lengths
14021402

1403-
elif isNoneValue(count):
1403+
elif not isNumPosStrValue(count):
14041404
return None
14051405

14061406
for column in colList:

0 commit comments

Comments
 (0)