mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Update src/paperless_mail/mail.py with code suggestions
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
This commit is contained in:
parent
434d1fe225
commit
0557a15fa8
@ -381,7 +381,7 @@ def make_criterias(rule):
|
||||
|
||||
rule_query = get_rule_action(rule).get_criteria()
|
||||
if isinstance(rule_query, dict):
|
||||
if len(rule_query) != 0 or len(criterias) != 0:
|
||||
if len(rule_query) or len(criterias):
|
||||
return AND(**rule_query, **criterias)
|
||||
else:
|
||||
return AND(rule_query, **criterias)
|
||||
|
Loading…
x
Reference in New Issue
Block a user