fix wrong fileback

This commit is contained in:
Maximilian Keßler 2022-10-16 09:32:53 +02:00
parent 2ebd7f4e8c
commit 98e661f571
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -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()))