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:
Johannes Damp
2025-11-04 11:01:26 +01:00
committed by GitHub
parent 8360aa5449
commit fb737d026e

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