From 91054099aaa38935915490ac44711c84e8a37883 Mon Sep 17 00:00:00 2001 From: stamparm Date: Tue, 9 Apr 2013 10:42:58 +0200 Subject: [PATCH] Minor style update --- lib/utils/crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/crawler.py b/lib/utils/crawler.py index 36d923626..d7d20bfab 100644 --- a/lib/utils/crawler.py +++ b/lib/utils/crawler.py @@ -106,7 +106,7 @@ def crawl(target): for i in xrange(conf.crawlDepth): if i > 0 and conf.threads == 1: - singleTimeWarnMessage("running in a single-thread mode. This could take a while.") + singleTimeWarnMessage("running in a single-thread mode. This could take a while") threadData.shared.count = 0 threadData.shared.length = len(threadData.shared.unprocessed) numThreads = min(conf.threads, len(threadData.shared.unprocessed))