mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Handles the case where other might have a None field as well (#4598)
This commit is contained in:
@@ -617,7 +617,7 @@ class MailAccountHandler(LoggingMixin):
|
||||
f"{len(message.attachments)} attachment(s)",
|
||||
)
|
||||
|
||||
tag_ids = [tag.id for tag in rule.assign_tags.all()]
|
||||
tag_ids: list[int] = [tag.id for tag in rule.assign_tags.all()]
|
||||
doc_type = rule.assign_document_type
|
||||
|
||||
if (
|
||||
|
Reference in New Issue
Block a user