[or-cvs] [torflow/master 72/92] Fixed whitespace bug in get_search_urls_by_filetype
mikeperry at torproject.org
mikeperry at torproject.org
Sat Aug 21 05:14:01 UTC 2010
Author: John M. Schanck <john at anomos.info>
Date: Sat, 14 Aug 2010 09:35:52 -0400
Subject: Fixed whitespace bug in get_search_urls_by_filetype
Commit: d90b3765b6a498898e46a957be24ed2a238939ca
---
NetworkScanners/ExitAuthority/soat.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/NetworkScanners/ExitAuthority/soat.py b/NetworkScanners/ExitAuthority/soat.py
index d4e5dc8..72c4f1b 100755
--- a/NetworkScanners/ExitAuthority/soat.py
+++ b/NetworkScanners/ExitAuthority/soat.py
@@ -2122,8 +2122,8 @@ class SearchBasedTest:
type_urls.add(url)
else:
pass
- plog("INFO", "Have "+str(len(type_urls))+"/"+str(self.results_per_type)+" urls from search so far..")
- return type_urls
+ plog("INFO", "Have "+str(len(type_urls))+"/"+str(self.results_per_type)+" urls from search so far..")
+ return type_urls
class SearchBasedHTTPTest(SearchBasedTest, BaseHTTPTest):
def __init__(self, wordlist):
--
1.7.1
More information about the tor-commits
mailing list