Skip to content

Commit fd873ea

Browse files
update apply_macros
1 parent 296c547 commit fd873ea

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lfric_macros/apply_macros.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,11 @@ def apps_to_upgrade(self) -> list[Path]:
10921092
for app_path in apps_list:
10931093
# Ignore lfric_coupled_rivers as this is based on Jules-standalone
10941094
# metadata which is not currently available
1095-
if "fcm_make" in str(app_path) or "lfric_coupled_rivers" in str(app_path):
1095+
if (
1096+
"fcm_make" in str(app_path)
1097+
or "lfric_coupled_rivers" in str(app_path)
1098+
or "coupled_rivers" in str(app_path)
1099+
):
10961100
continue
10971101
if not app_path.is_dir():
10981102
continue

0 commit comments

Comments
 (0)