diff --git a/src/config_loader.py b/src/config_loader.py index 3b202e5..6ac3b9f 100644 --- a/src/config_loader.py +++ b/src/config_loader.py @@ -41,7 +41,7 @@ def get_config_dir() -> Path: return config_file.parent.absolute() -FALLBACK_COURSE_INFO_FILE = get_config_dir() / 'university-setup' / 'fallback.yaml' +FALLBACK_COURSE_INFO_FILE = get_config_dir() / 'fallback.yaml' sys.path.append(str(get_config_dir()))