forked from LiveCarta/BookConverter
Font -> span out of presets
This commit is contained in:
@@ -112,7 +112,7 @@ class Docx2LibreHtml:
|
||||
"""Method for reading .html file into beautiful soup tag."""
|
||||
try:
|
||||
html_text = open(html_path, "r", encoding="utf8").read()
|
||||
self.logger_object.log("HTML for book has been loaded.")
|
||||
self.logger_object.log("Html for book has been loaded.")
|
||||
except FileNotFoundError as exc:
|
||||
self.logger_object.log("There is no html to process."
|
||||
"Conversion went wrong or you specified wrong paths.", logging.ERROR)
|
||||
|
||||
Reference in New Issue
Block a user