mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
28dfc420d7
commit
751890a83f
@ -382,7 +382,7 @@ def identify(log, abort, # {{{
|
|||||||
if key not in filter_results:
|
if key not in filter_results:
|
||||||
filtered_results.append(r)
|
filtered_results.append(r)
|
||||||
filter_results.add(key)
|
filter_results.add(key)
|
||||||
presults = filtered_results
|
results[plugin] = presults = filtered_results
|
||||||
|
|
||||||
plog = logs[plugin].getvalue().strip()
|
plog = logs[plugin].getvalue().strip()
|
||||||
log('\n'+'*'*30, plugin.name, '*'*30)
|
log('\n'+'*'*30, plugin.name, '*'*30)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user