1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-03-17 07:13:42 +01:00

Removing some more unused functions

This commit is contained in:
2020-07-05 17:16:52 +02:00
parent 210dd77e5f
commit 37ac7730e4
2 changed files with 1 additions and 20 deletions

View File

@@ -380,7 +380,7 @@ class TemplateFormatter(string.Formatter):
traceback.print_exc()
if column_name:
prints('Error evaluating column named:', column_name)
ans = error_value + ' ' + error_message(e)
ans = error_value + ' ' + str(e)
return ans