mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
3be84e7249
commit
963ee23e82
@ -236,7 +236,7 @@ def composite_getter(mi, field, dbref, book_id, cache, formatter, template_cache
|
|||||||
except Exception:
|
except Exception:
|
||||||
import traceback
|
import traceback
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
return 'ERROR WHILE EVALUATING ' + field
|
return 'ERROR WHILE EVALUATING: %s' % 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