fix wrong fileback
This commit is contained in:
parent
2ebd7f4e8c
commit
98e661f571
1 changed files with 1 additions and 1 deletions
|
@ -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()))
|
||||
|
||||
|
|
Loading…
Reference in a new issue