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

Skip to content

Commit 2b6123c

Browse files
committed
Minor style update
1 parent e0d9fa8 commit 2b6123c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/controller/controller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,14 +512,14 @@ def start():
512512
errMsg += " You can give it a go with the switch '--text-only' "
513513
errMsg += "if the target page has a low percentage "
514514
errMsg += "of textual content (~%.2f%% of " % percent
515-
errMsg += "page content is text)"
515+
errMsg += "page content is text)."
516516
elif percent < LOW_TEXT_PERCENT and not kb.errorIsNone:
517517
errMsg += " Please retry with the switch '--text-only' "
518518
errMsg += "(along with --technique=BU) as this case "
519519
errMsg += "looks like a perfect candidate "
520520
errMsg += "(low textual content along with inability "
521521
errMsg += "of comparison engine to detect at least "
522-
errMsg += "one dynamic parameter)"
522+
errMsg += "one dynamic parameter)."
523523

524524
if kb.heuristicTest:
525525
errMsg += " As heuristic test turned out positive you are "

0 commit comments

Comments
 (0)