mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Fix: its paths not pathes
This commit is contained in:
parent
c8ec70c05f
commit
cd50f20a20
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ class DocumentClassifier:
|
|||
|
||||
logger.debug(
|
||||
f"{docs_queryset.count()} documents, {num_tags} tag(s), {num_correspondents} correspondent(s), "
|
||||
f"{num_document_types} document type(s). {num_storage_paths} storage path(es)",
|
||||
f"{num_document_types} document type(s). {num_storage_paths} storage path(s)",
|
||||
)
|
||||
|
||||
from sklearn.feature_extraction.text import CountVectorizer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue