From 8cff99bef32627a878316feef72eb3c026e96823 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 17 Mar 2026 11:43:22 -0700 Subject: [PATCH] Update __init__.py --- src/paperless/settings/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paperless/settings/__init__.py b/src/paperless/settings/__init__.py index c5b7eddfa..7102334da 100644 --- a/src/paperless/settings/__init__.py +++ b/src/paperless/settings/__init__.py @@ -98,7 +98,7 @@ CONSUMPTION_DIR = get_path_from_env( BASE_DIR.parent / "consume", ) -CONSUMPTION_FAILED_DIR = __get_path( +CONSUMPTION_FAILED_DIR = get_path_from_env( "PAPERLESS_CONSUMPTION_FAILED_DIR", CONSUMPTION_DIR / "failed", )