mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-03 19:55:47 +03:00
minor fix
This commit is contained in:
parent
91ebadff75
commit
7d37a650d0
|
@ -1030,7 +1030,7 @@ class Enumeration:
|
||||||
|
|
||||||
tblList = list(tblList)
|
tblList = list(tblList)
|
||||||
else:
|
else:
|
||||||
errMsg = "unable to retrieve the tables"
|
errMsg = "unable to retrieve the tables "
|
||||||
errMsg += "on database '%s'" % conf.db
|
errMsg += "on database '%s'" % conf.db
|
||||||
raise sqlmapNoneDataException, errMsg
|
raise sqlmapNoneDataException, errMsg
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user