mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
fix typo #176
This commit is contained in:
parent
9a165e87fd
commit
46b0776714
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ class Consumer(LoggingMixin):
|
|||
|
||||
parser_class = get_parser_class_for_mime_type(mime_type)
|
||||
if not parser_class:
|
||||
raise ConsumerError(f"No parsers abvailable for {self.filename}")
|
||||
raise ConsumerError(f"No parsers available for {self.filename}")
|
||||
else:
|
||||
self.log("debug",
|
||||
f"Parser: {parser_class.__name__} "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue