File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def init_submodules(
9595 alt_name_meson = base_path + "meson"
9696 alt_name_ninja = base_path + "ninja"
9797 alt_name_mel = base_path + "mel"
98- alt_name_mel = base_path + "fado "
98+ alt_name_mel = base_path + "FADO "
9999 alt_name_mpp = cur_dir + os .path .sep + "subprojects" + os .path .sep + "Mutationpp"
100100 alt_name_coolprop = cur_dir + os .path .sep + "subprojects" + os .path .sep + "CoolProp"
101101 alt_name_mlpcpp = cur_dir + os .path .sep + "subprojects" + os .path .sep + "MLPCpp"
@@ -165,7 +165,9 @@ def init_submodules(
165165 if own_mel :
166166 download_module (mel_name , alt_name_mel , github_repo_mel , sha_version_mel )
167167 if own_fado :
168- download_module (fado_name , alt_name_fado , github_repo_fado , sha_version_fado )
168+ download_module (
169+ fado_name , alt_name_fado , github_repo_fado , sha_version_fado
170+ )
169171 if own_mlpcpp :
170172 download_module (
171173 mlpcpp_name , alt_name_mlpcpp , github_repo_mlpcpp , sha_version_mlpcpp
You can’t perform that action at this time.
0 commit comments