mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor cosmetics
This commit is contained in:
parent
8340f8bcad
commit
d02ee47157
2 changed files with 2 additions and 2 deletions
|
|
@ -163,7 +163,7 @@ def tableExists(tableFile, regex=None):
|
|||
if not threadData.shared.files:
|
||||
warnMsg = "no table(s) found"
|
||||
if conf.db:
|
||||
warnMsg += "for database '%s'" % conf.db
|
||||
warnMsg += " for database '%s'" % conf.db
|
||||
logger.warn(warnMsg)
|
||||
else:
|
||||
for item in threadData.shared.files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue