From 8395beea1724e0ddfad3706ea33c539de9bb8917 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 4 Mar 2021 18:01:19 -0600 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 75fedd91..a716b4fc 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -85,7 +85,6 @@ def run(): if clvr_file != last_clvr_file: try: h5f = h5py.File(clvr_file, 'r') - cnt += 1 except Exception: h5f.close() print('Problem with file: ', clvr_file) -- GitLab