Fix failing test.

This commit is contained in:
Charles Haley 2022-10-10 17:14:03 +01:00
parent 42726c5e0f
commit 715f6d9b81

View File

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