mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
fix: incorrect f-string in docling.datamodel.document
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user