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