mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
error message adjustment
This commit is contained in:
parent
eabb5a2ba7
commit
f3088079c0
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ def comparison(page, getRatioValue=False, pageLength=None):
|
|||
if kb.nullConnection and pageLength:
|
||||
if not seqMatcher.a:
|
||||
errMsg = "problem occured while retrieving original page content "
|
||||
errMsg += "which prevents sqlmap from continuation. please rerun, "
|
||||
errMsg += "and if problem persists please turn off optimization switches"
|
||||
errMsg += "which prevents sqlmap from continuation. Please rerun, "
|
||||
errMsg += "and if the problem persists turn off any optimization switches"
|
||||
raise sqlmapNoneDataException, errMsg
|
||||
|
||||
ratio = 1. * pageLength / len(seqMatcher.a)
|
||||
|
|
|
|||
Loading…
Reference in a new issue