From 0f690a863a2fccc8f8c110e3b2a57a1f9f25e641 Mon Sep 17 00:00:00 2001 From: Johannes Damp Date: Mon, 3 Nov 2025 10:33:05 +0100 Subject: [PATCH] fix: incorrect f-string in docling.datamodel.document --- 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