From fb737d026eafead359e990d5be21e9cb179a0103 Mon Sep 17 00:00:00 2001 From: Johannes Damp Date: Tue, 4 Nov 2025 11:01:26 +0100 Subject: [PATCH] chore: fix malformed f-string (#2563) * fix: incorrect f-string in docling.datamodel.document * DCO Remediation Commit for Johannes Damp I, Johannes Damp , hereby add my Signed-off-by to this commit: 0f690a863a2fccc8f8c110e3b2a57a1f9f25e641 Signed-off-by: Johannes Damp --------- Signed-off-by: Johannes Damp --- docling/datamodel/document.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docling/datamodel/document.py b/docling/datamodel/document.py index b6782781..ec717941 100644 --- a/docling/datamodel/document.py +++ b/docling/datamodel/document.py @@ -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