mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +00:00
chore: fix malformed f-string (#2563)
* fix: incorrect f-string in docling.datamodel.document
* DCO Remediation Commit for Johannes Damp <jdamp@users.noreply.github.com>
I, Johannes Damp <jdamp@users.noreply.github.com>, hereby add my Signed-off-by to this commit: 0f690a863a
Signed-off-by: Johannes Damp <jdamp@users.noreply.github.com>
---------
Signed-off-by: Johannes Damp <jdamp@users.noreply.github.com>
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