mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-21 12:52:13 -05:00
Fix model test
This commit is contained in:
parent
9ceae3e0db
commit
5efa551946
@ -78,7 +78,7 @@ class DocumentClassifier(object):
|
||||
|
||||
if schema_version != self.FORMAT_VERSION:
|
||||
raise IncompatibleClassifierVersionError(
|
||||
"Cannor load classifier, incompatible versions.",
|
||||
"Cannot load classifier, incompatible versions.",
|
||||
)
|
||||
else:
|
||||
try:
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user