From 84485e3b2b004166cbbe414a6d2b895d33c8292c Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 4 Mar 2021 17:51:13 -0600 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 14733793..5a7312b3 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -75,7 +75,10 @@ def run(): lon_s[0] = lon cc, ll = nav.earth_to_lc_s(lon_s, lat_s) - clvr_ds = get_clavrx_datasource(time) + try: + clvr_ds = get_clavrx_datasource(time) + except Exception: + continue clvr_file = clvr_ds.get_file(time)[0] if clvr_file is None: continue -- GitLab