Skip to content
Snippets Groups Projects
Commit 39d97bc3 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 34db4421
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ def run(): ...@@ -75,7 +75,7 @@ def run():
cc, ll = nav.earth_to_lc_s(lon_s, lat_s) cc, ll = nav.earth_to_lc_s(lon_s, lat_s)
clvr_ds = get_clavrx_datasource(time) 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: if clvr_file is None:
continue continue
if clvr_file != last_clvr_file: if clvr_file != last_clvr_file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment