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/"