From 751890a83f5fef83968c0de39313980c7be3d7e7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 12 May 2011 13:15:52 -0600 Subject: [PATCH] ... --- src/calibre/ebooks/metadata/sources/identify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/metadata/sources/identify.py b/src/calibre/ebooks/metadata/sources/identify.py index b084f86294..0cc070c3c6 100644 --- a/src/calibre/ebooks/metadata/sources/identify.py +++ b/src/calibre/ebooks/metadata/sources/identify.py @@ -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)