mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
minor patch
This commit is contained in:
parent
2ee198a381
commit
df43157284
|
@ -251,7 +251,7 @@ def unionUse(expression, unpack=True, dump=False):
|
||||||
infoMsg += "%d entries" % stopLimit
|
infoMsg += "%d entries" % stopLimit
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
elif not isinstance(count, basestring) or count and not count.isdigit():
|
elif count and (not isinstance(count, basestring) or not count.isdigit()):
|
||||||
warnMsg = "it was not possible to count the number "
|
warnMsg = "it was not possible to count the number "
|
||||||
warnMsg += "of entries for the SQL query provided. "
|
warnMsg += "of entries for the SQL query provided. "
|
||||||
warnMsg += "sqlmap will assume that it returns only "
|
warnMsg += "sqlmap will assume that it returns only "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user