mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
...
This commit is contained in:
parent
cfd1dc75bf
commit
2b6acffd57
@ -302,7 +302,7 @@ class Restore(Thread):
|
||||
try:
|
||||
db.restore_book(book['id'], book['mi'], utcfromtimestamp(book['timestamp']), book['path'], book['formats'], book['annotations'])
|
||||
self.successes += 1
|
||||
except:
|
||||
except Exception:
|
||||
self.failed_restores.append((book, traceback.format_exc()))
|
||||
traceback.print_exc()
|
||||
self.progress_callback(book['mi'].title, i+1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user