mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
better language
This commit is contained in:
@@ -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 = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user