mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Fixes missing return
This commit is contained in:
parent
85c41b79be
commit
538a4219bd
1 changed files with 1 additions and 0 deletions
|
|
@ -476,6 +476,7 @@ class MailAccountHandler(LoggingMixin):
|
||||||
f"since guessed mime type {mime_type} is not supported "
|
f"since guessed mime type {mime_type} is not supported "
|
||||||
f"by paperless",
|
f"by paperless",
|
||||||
)
|
)
|
||||||
|
return processed_attachments
|
||||||
|
|
||||||
def process_eml(
|
def process_eml(
|
||||||
self,
|
self,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue