From f581beafa05477c1ce8ed6a7a59be416b9b96e72 Mon Sep 17 00:00:00 2001 From: Irtaza Akram Date: Mon, 29 Jul 2024 12:55:09 +0500 Subject: [PATCH] fix: path issues --- xblock/test/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xblock/test/settings.py b/xblock/test/settings.py index a31b57427..e89bba65c 100644 --- a/xblock/test/settings.py +++ b/xblock/test/settings.py @@ -48,7 +48,7 @@ USE_TZ = True PROJECT_ROOT = Path(__file__).resolve().parent.parent.parent -LOCALE_PATHS = [str(PROJECT_ROOT + '/xblock/test/locale')] +LOCALE_PATHS = [str(PROJECT_ROOT) + '/xblock/test/locale'] # Absolute filesystem path to the directory that will hold user-uploaded files. # Example: "/home/media/media.lawrence.com/media/"