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

snapshot...

parent 45850a34
Branches
No related tags found
No related merge requests found
......@@ -212,6 +212,9 @@ def run(pirep_dct, outfile=None, outfile_l1b=None, dt_str_start=None, dt_str_end
time_s.append(time)
fl_alt_s.append(fl)
if len(time_s) == 0:
return
t_start = time_s[0]
t_end = time_s[len(time_s)-1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment