mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +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
|
||||
_log.exception(
|
||||
"An unexpected error occurred while opening the document "
|
||||
"f{self.file.name}",
|
||||
f"{self.file.name}",
|
||||
exc_info=e,
|
||||
)
|
||||
# raise
|
||||
|
||||
Reference in New Issue
Block a user