mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Fix failing test.
This commit is contained in:
parent
42726c5e0f
commit
715f6d9b81
@ -1789,7 +1789,7 @@ class TemplateFormatter(string.Formatter):
|
||||
traceback.print_exc()
|
||||
if column_name:
|
||||
prints('Error evaluating column named:', column_name)
|
||||
ans = str(e)
|
||||
ans = error_value + ' ' + error_message(e)
|
||||
return ans
|
||||
finally:
|
||||
self.restore_state(state)
|
||||
|
Loading…
x
Reference in New Issue
Block a user