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

snapshot...

parent 4c4cb25c
No related branches found
No related tags found
No related merge requests found
...@@ -244,6 +244,7 @@ def run(pirep_dct, outfile=None, outfile_l1b=None, dt_str_start=None, dt_str_end ...@@ -244,6 +244,7 @@ def run(pirep_dct, outfile=None, outfile_l1b=None, dt_str_start=None, dt_str_end
try: try:
clvr_ds = get_clavrx_datasource(time) clvr_ds = get_clavrx_datasource(time)
except Exception: except Exception:
print('run: Problem retrieving Datasource')
continue continue
clvr_file = clvr_ds.get_file(time)[0] clvr_file = clvr_ds.get_file(time)[0]
......
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