Font -> span out of presets

This commit is contained in:
Kiryl
2022-09-09 15:13:02 +03:00
parent a571cb7009
commit ca728973f2
3 changed files with 12 additions and 7 deletions

View File

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