mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -05:00
fix unittest
This commit is contained in:
parent
3c8196527f
commit
c05b39a056
@ -173,7 +173,9 @@ class MailAccountHandler(LoggingMixin):
|
|||||||
f"Error while authenticating account {account}: {e}",
|
f"Error while authenticating account {account}: {e}",
|
||||||
exc_info=False,
|
exc_info=False,
|
||||||
)
|
)
|
||||||
return total_processed_files
|
raise MailError(
|
||||||
|
f"Error while authenticating account {account}",
|
||||||
|
) from e
|
||||||
|
|
||||||
self.log(
|
self.log(
|
||||||
"debug",
|
"debug",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user