minor fix

This commit is contained in:
Miroslav Stampar 2011-06-09 08:14:54 +00:00
parent af5fe457bd
commit 9202fedf7b

View File

@ -477,7 +477,7 @@ def __setBulkMultipleTargets():
for line in f.xreadlines():
if re.search(r"[^ ]+\?(.+)", line, re.I):
kb.targetUrls.add((line, None, None, None))
kb.targetUrls.add((line.strip(), None, None, None))
f.close()