diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index 8f3b28dbb9c552724390e92fa102f2c8e47bd2fc..6692b8c8d031398c23fae1f7991038f6cbec7624 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -75,7 +75,7 @@ def run():
             cc, ll = nav.earth_to_lc_s(lon_s, lat_s)
 
             clvr_ds = get_clavrx_datasource(time)
-            clvr_file = clvr_ds.get_file(time)
+            clvr_file = clvr_ds.get_file(time)[0]
             if clvr_file is None:
                 continue
             if clvr_file != last_clvr_file: