From 17078717715cca18633d010c721b340ad7e74ff3 Mon Sep 17 00:00:00 2001 From: Etienne Pelletier Date: Wed, 31 Jul 2024 11:12:12 -0400 Subject: [PATCH] ignore generic msc-mcf-template.yml when loading footprints (#348) --- msc_pygeoapi/loader/nwp_dataset_footprints.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/msc_pygeoapi/loader/nwp_dataset_footprints.py b/msc_pygeoapi/loader/nwp_dataset_footprints.py index 9649db01..b629cc48 100644 --- a/msc_pygeoapi/loader/nwp_dataset_footprints.py +++ b/msc_pygeoapi/loader/nwp_dataset_footprints.py @@ -51,7 +51,8 @@ MCFS_TO_IGNORE = [ 'msc_lightning.yml', - 'msc_radar-*.yml' + 'msc_radar-*.yml', + 'msc-mcf-template.yml' ] # index settings