fixing CI issues
Python CI / test (3.12) (push) Failing after 6m22s
Python CI / test (3.13) (push) Failing after 6m21s

This commit is contained in:
2025-11-09 15:42:51 +01:00
parent b2ede1c481
commit b1e75528e5
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -70,6 +70,9 @@ class DocumentManager:
except Exception as e:
print(f"Error loading EPUB: {e}")
import traceback
print(f"Full traceback:")
traceback.print_exc()
return False
def load_html(self, html_string: str, title: str = "HTML Document",