This commit is contained in:
Kovid Goyal 2014-11-01 22:04:28 +05:30
parent 1d96946752
commit dee38d6f89

View File

@ -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):