fix: incorrect f-string in docling.datamodel.document

This commit is contained in:
Johannes Damp
2025-11-03 10:33:05 +01:00
parent 3467b0a035
commit 0f690a863a

View File

@@ -195,7 +195,7 @@ class InputDocument(BaseModel):
self.valid = False self.valid = False
_log.exception( _log.exception(
"An unexpected error occurred while opening the document " "An unexpected error occurred while opening the document "
"f{self.file.name}", f"{self.file.name}",
exc_info=e, exc_info=e,
) )
# raise # raise