Skip to content

Commit

Permalink
fix: path issues
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Jul 29, 2024
1 parent 723a492 commit f581bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xblock/test/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit f581bea

Please sign in to comment.