This commit is contained in:
Kovid Goyal 2011-05-12 13:15:52 -06:00
parent 28dfc420d7
commit 751890a83f

View File

@ -382,7 +382,7 @@ def identify(log, abort, # {{{
if key not in filter_results:
filtered_results.append(r)
filter_results.add(key)
presults = filtered_results
results[plugin] = presults = filtered_results
plog = logs[plugin].getvalue().strip()
log('\n'+'*'*30, plugin.name, '*'*30)