Skip to content
Snippets Groups Projects
Commit 84485e3b authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 61de590b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment