From 00af530d277cb113e44ceb0450578295468c1df4 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:03:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A7=A3=E6=9E=90=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=97=B6=E8=BE=93=E5=87=BA=E9=94=99=E8=AF=AF=E5=8E=9F=E5=9B=A0?= =?UTF-8?q?=20(#996)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: CaptainB --- apps/common/handle/impl/pdf_split_handle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/common/handle/impl/pdf_split_handle.py b/apps/common/handle/impl/pdf_split_handle.py index 9f005fec2..2b0f77e0d 100644 --- a/apps/common/handle/impl/pdf_split_handle.py +++ b/apps/common/handle/impl/pdf_split_handle.py @@ -75,6 +75,7 @@ class PdfSplitHandle(BaseSplitHandle): except BaseException as e: + max_kb.error(f"File: {file.name}, error: {e}") return {'name': file.name, 'content': []} finally: