chore: 解析错误时输出错误原因 (#996)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

Co-authored-by: CaptainB <bin@fit2cloud.com>
This commit is contained in:
shaohuzhang1 2024-08-20 22:03:58 +08:00 committed by GitHub
parent 17af603397
commit 00af530d27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: