mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Print tracebacks in plugins
This commit is contained in:
parent
3edec280e8
commit
1dd7eac1a7
@ -127,6 +127,7 @@ def get_file_type_metadata(stream, ftype):
|
||||
mi = plugin.get_metadata(stream, ftype.lower().strip())
|
||||
break
|
||||
except:
|
||||
traceback.print_exc()
|
||||
continue
|
||||
return mi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user