mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 02:57:09 +01:00
more tests
This commit is contained in:
parent
f42e5bf1e5
commit
b7d310ef90
2 changed files with 15 additions and 2 deletions
|
|
@ -51,6 +51,6 @@ def parser_check(app_configs, **kwargs):
|
|||
|
||||
if len(parsers) == 0:
|
||||
return [Error("No parsers found. This is a bug. The consumer won't be "
|
||||
"able to onsume any documents without parsers.")]
|
||||
"able to consume any documents without parsers.")]
|
||||
else:
|
||||
return []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue