mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Fixes formatting
This commit is contained in:
parent
9335b0779c
commit
0b6e73840a
2 changed files with 5 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ def check_sanity(progress=False) -> SanityCheckMessages:
|
|||
|
||||
# other document checks
|
||||
if not doc.content:
|
||||
messages.info(doc.pk, "Document has no content.")
|
||||
messages.info(doc.pk, "Document contains no OCR data")
|
||||
|
||||
for extra_file in present_files:
|
||||
messages.warning(None, f"Orphaned file in media dir: {extra_file}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue