From 161ed9a38ea23d5357cbbdea2370e6062ce41b52 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 13 Apr 2021 10:45:09 -0500 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 9034bf9a..2fa37a9a 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -1158,7 +1158,7 @@ def run_mean_std(): mean_dct[dname] = mean std_dct[dname] = std - [h5f.close() for h5f in ice_h5f] - [h5f.close() for h5f in no_ice_h5f] + [h5f.close() for h5f in ice_h5f_lst] + [h5f.close() for h5f in no_ice_h5f_lst] return mean_dct, std_dct -- GitLab