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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user