From 0ee8e6710f636ac190b0bd91a79de3454e9773bb Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 10 Mar 2021 16:25:47 -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 d07f6951..d5faeec0 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -170,7 +170,6 @@ def analyze(ice_dct, no_ice_dct): try: ds = get_goes_datasource(ts) goes_file, t_0, _ = ds.get_file(ts) - dt_obj, tt_tup = get_time_tuple_utc(ts) if goes_file is not None and goes_file != last_file: no_ice_files.append(goes_file) no_ice_times.append(t_0) -- GitLab