Skip to content

Commit 423e3a3

Browse files
committed
fix
1 parent 9cfe08d commit 423e3a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

meson_scripts/init.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)