mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
parent
17af603397
commit
00af530d27
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue