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

Skip to content

Commit 5d56e89

Browse files
committed
minor update
1 parent 06108b6 commit 5d56e89

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/controller/controller.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,13 +490,12 @@ def start():
490490
errMsg += "textual content (~%.2f%% of " % percent
491491
errMsg += "page content is text)."
492492
elif percent < LOW_TEXT_PERCENT:
493-
errMsg = " Please retry with the --text-only switch "
493+
errMsg += " Please retry with the --text-only switch "
494494
errMsg += "(along with --technique=BU) as this case "
495495
errMsg += "looks like a perfect candidate "
496496
errMsg += "(low textual content along with inability "
497497
errMsg += "of comparison engine to detect at least "
498498
errMsg += "one dynamic parameter)."
499-
raise sqlmapNoneDataException, errMsg
500499

501500
if not conf.string and not conf.regexp:
502501
errMsg += " Rerun by providing either a valid --string "

0 commit comments

Comments
 (0)