mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1d96946752
commit
dee38d6f89
@ -236,7 +236,7 @@ def composite_getter(mi, field, db, book_id, cache, formatter, template_cache):
|
|||||||
except Exception:
|
except Exception:
|
||||||
import traceback
|
import traceback
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
return ''
|
return 'ERROR WHILE EVALUATING ' + field
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
def virtual_libraries_getter(dbref, book_id, cache):
|
def virtual_libraries_getter(dbref, book_id, cache):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user