This commit is contained in:
Kovid Goyal 2014-11-01 22:07:46 +05:30
parent 3be84e7249
commit 963ee23e82

View File

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