mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 10:03:53 +02:00
...
This commit is contained in:
parent
3be84e7249
commit
963ee23e82
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ def composite_getter(mi, field, dbref, book_id, cache, formatter, template_cache
|
|||
except Exception:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
return 'ERROR WHILE EVALUATING ' + field
|
||||
return 'ERROR WHILE EVALUATING: %s' % field
|
||||
return ret
|
||||
|
||||
def virtual_libraries_getter(dbref, book_id, cache):
|
||||
|
|
|
|||
Loading…
Reference in a new issue