Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f308807

Browse files
committed
error message adjustment
1 parent eabb5a2 commit f308807

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/request/comparison.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def comparison(page, getRatioValue=False, pageLength=None):
6161
if kb.nullConnection and pageLength:
6262
if not seqMatcher.a:
6363
errMsg = "problem occured while retrieving original page content "
64-
errMsg += "which prevents sqlmap from continuation. please rerun, "
65-
errMsg += "and if problem persists please turn off optimization switches"
64+
errMsg += "which prevents sqlmap from continuation. Please rerun, "
65+
errMsg += "and if the problem persists turn off any optimization switches"
6666
raise sqlmapNoneDataException, errMsg
6767

6868
ratio = 1. * pageLength / len(seqMatcher.a)

0 commit comments

Comments
 (0)