mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor update
This commit is contained in:
@@ -736,7 +736,7 @@ def queryOutputLength(expression, payload):
|
||||
debugMsg = "performed %d quer%s in %.2f seconds" % (count, 'y' if count == 1 else "ies", calculateDeltaSeconds(start))
|
||||
logger.debug(debugMsg)
|
||||
|
||||
if length == " ":
|
||||
if isinstance(length, six.string_types) and length.isspace():
|
||||
length = 0
|
||||
|
||||
return length
|
||||
|
||||
Reference in New Issue
Block a user