mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
better language
This commit is contained in:
parent
b7088440c2
commit
9600556dae
|
@ -159,7 +159,7 @@ def tableExists(tableFile, regex=None):
|
|||
dataToStdout("\n")
|
||||
|
||||
if not retVal:
|
||||
warnMsg = "no table found"
|
||||
warnMsg = "no table(s) found"
|
||||
logger.warn(warnMsg)
|
||||
else:
|
||||
for item in retVal:
|
||||
|
@ -283,7 +283,7 @@ def columnExists(columnFile, regex=None):
|
|||
dataToStdout("\n")
|
||||
|
||||
if not retVal:
|
||||
warnMsg = "no column found"
|
||||
warnMsg = "no column(s) found"
|
||||
logger.warn(warnMsg)
|
||||
else:
|
||||
columns = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user