From 3ae4c0d5765b04b54167a20070fc815779779273 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 11 May 2021 10:45:09 -0500 Subject: [PATCH] minor... --- modules/icing/pirep_goes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 9a5ce984..b9536fa5 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -358,7 +358,7 @@ def analyze(ice_dct, no_ice_dct): print(dt_str[2:]) -def process_2(ice_dct, no_ice_dct, neg_ice_dct): +def process(ice_dct, no_ice_dct, neg_ice_dct): new_ice_dct = {} new_no_ice_dct = {} new_neg_ice_dct = {} -- GitLab