mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
384542e030
commit
7d2b45df12
@ -461,7 +461,10 @@ def identify(log, abort, # {{{
|
||||
longest, lp = time_spent, plugin.name
|
||||
for r in presults:
|
||||
log('\n\n---')
|
||||
log(unicode(r))
|
||||
try:
|
||||
log(unicode(r))
|
||||
except TypeError:
|
||||
log(repr(r))
|
||||
if plog:
|
||||
log(plog)
|
||||
log('\n'+'*'*80)
|
||||
|
Loading…
x
Reference in New Issue
Block a user