mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Fix consumer error typo
This commit is contained in:
parent
e14f4c94c2
commit
61566a34d1
2 changed files with 2 additions and 2 deletions
|
|
@ -552,7 +552,7 @@ class Consumer(LoggingMixin):
|
|||
self._fail(
|
||||
str(e),
|
||||
f"The following error occurred while storing document "
|
||||
f"{self.filename} after consuming: {e}",
|
||||
f"{self.filename} after parsing: {e}",
|
||||
exc_info=True,
|
||||
exception=e,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue