mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Only print error if FTS is still enabled
This commit is contained in:
parent
251fd7a92c
commit
d441eb32b5
@ -494,6 +494,7 @@ class Cache:
|
||||
try:
|
||||
has_more = do_one()
|
||||
except Exception:
|
||||
if self.backend.fts_enabled:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user