From 4af92cba8381bc9f76817cc4c9e5673f65cadba2 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 19 Jul 2022 12:45:42 +0100 Subject: [PATCH] Performance: Exclude METAR definition files from MEMFS --- memfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memfs.py b/memfs.py index c12a59dff..b63123f66 100755 --- a/memfs.py +++ b/memfs.py @@ -66,7 +66,7 @@ print("MEMFS: Starting") # Exclude experimental features e.g. GRIB3 and TAF # The BUFR codetables is not used in the engine -EXCLUDED = ["grib3", "codetables", "taf", "stations", "grib1_mlgrib2_ieee32"] +EXCLUDED = ["grib3", "codetables", "taf", "metar", "stations", "grib1_mlgrib2_ieee32"] EXCLUDE = { None: [],