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,8 +494,9 @@ class Cache:
|
|||||||
try:
|
try:
|
||||||
has_more = do_one()
|
has_more = do_one()
|
||||||
except Exception:
|
except Exception:
|
||||||
import traceback
|
if self.backend.fts_enabled:
|
||||||
traceback.print_exc()
|
import traceback
|
||||||
|
traceback.print_exc()
|
||||||
|
|
||||||
@write_api
|
@write_api
|
||||||
def queue_next_fts_job(self):
|
def queue_next_fts_job(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user