mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
some changes
This commit is contained in:
parent
9f9581e1f8
commit
d153672f0d
6 changed files with 356 additions and 76 deletions
|
|
@ -216,7 +216,7 @@ class Consumer(LoggingMixin):
|
|||
self.log(
|
||||
"error",
|
||||
f"Error while consuming document {self.filename}: {e}")
|
||||
self._fail(e)
|
||||
self._fail(str(e))
|
||||
|
||||
# Prepare the document classifier.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue