From a8b58afdb2ed2eaed414a63277a52f3ce80ce1c4 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 27 May 2011 08:21:02 +0000 Subject: [PATCH] minor update --- lib/controller/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/controller.py b/lib/controller/controller.py index 9cb68c11d..7cf61f611 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -490,7 +490,7 @@ def start(): errMsg += "if the target page has a low percentage of " errMsg += "textual content (~%.2f%% of " % percent errMsg += "page content is text)." - elif percent < LOW_TEXT_PERCENT: + elif percent < LOW_TEXT_PERCENT and not kb.errorIsNone: errMsg += " Please retry with the --text-only switch " errMsg += "(along with --technique=BU) as this case " errMsg += "looks like a perfect candidate "