mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Fixes missing return
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user