Upgrade lockfile

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
Christoph Auer 2024-08-22 13:34:52 +02:00
parent 87fce059ac
commit e20fce8332

View File

@ -141,6 +141,8 @@ class DocumentConverter:
start_doc_time = time.time() start_doc_time = time.time()
converted_doc = ConvertedDocument(input=in_doc) converted_doc = ConvertedDocument(input=in_doc)
_log.info(f"Processing document {in_doc.file.name}")
if not in_doc.valid: if not in_doc.valid:
converted_doc.status = ConversionStatus.FAILURE converted_doc.status = ConversionStatus.FAILURE
return converted_doc return converted_doc