diff --git a/src/calibre/db/lazy.py b/src/calibre/db/lazy.py index d905a70060..2cdae63cd0 100644 --- a/src/calibre/db/lazy.py +++ b/src/calibre/db/lazy.py @@ -236,7 +236,7 @@ def composite_getter(mi, field, db, book_id, cache, formatter, template_cache): except Exception: import traceback traceback.print_exc() - return '' + return 'ERROR WHILE EVALUATING ' + field return ret def virtual_libraries_getter(dbref, book_id, cache):