mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +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"by paperless",
|
||||
)
|
||||
return processed_attachments
|
||||
|
||||
def process_eml(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue