From: Brandon Rothweiler Date: Fri, 24 Feb 2023 03:52:31 +0000 (-0500) Subject: Fix typo in deprecation log message X-Git-Tag: v1.14.0-beta.rc1~87^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20891a370bba6a8515400e5fa4fba4ac9fe94b41;p=thirdparty%2Fpaperless-ngx.git Fix typo in deprecation log message --- diff --git a/src/paperless/checks.py b/src/paperless/checks.py index 8988798a08..658ec9d313 100644 --- a/src/paperless/checks.py +++ b/src/paperless/checks.py @@ -133,8 +133,8 @@ def settings_values_check(app_configs, **kwargs): if settings.OCR_MODE == "skip_noarchive": msgs.append( Warning( - 'OCR output mode "skip_noarchive" is deprecated and will be' - "removed in a future version. Please use" + 'OCR output mode "skip_noarchive" is deprecated and will be ' + "removed in a future version. Please use " "PAPERLESS_OCR_SKIP_ARCHIVE_FILE instead.", ), )