mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
minor fix
This commit is contained in:
parent
91ebadff75
commit
7d37a650d0
1 changed files with 1 additions and 1 deletions
|
|
@ -1030,7 +1030,7 @@ class Enumeration:
|
|||
|
||||
tblList = list(tblList)
|
||||
else:
|
||||
errMsg = "unable to retrieve the tables"
|
||||
errMsg = "unable to retrieve the tables "
|
||||
errMsg += "on database '%s'" % conf.db
|
||||
raise sqlmapNoneDataException, errMsg
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue