Add support for debugging and testing python in gitpod

This commit is contained in:
Kasper Seweryn 2022-07-17 02:06:25 +00:00 committed by JuniorJPDJ
commit 75a74b3ab7
14 changed files with 284 additions and 98 deletions

View file

@ -279,7 +279,7 @@ class Command(BaseCommand):
if p and not import_path.startswith(p):
raise CommandError(
"Importing in-place only works if importing "
"from {} (MUSIC_DIRECTORY_PATH), as this directory"
"from {} (MUSIC_DIRECTORY_PATH), as this directory "
"needs to be accessible by the webserver."
"Culprit: {}".format(p, import_path)
)