Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinemlarson committed Oct 23, 2024
1 parent 0e80b98 commit a15c830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnssrefl/gnssir_cl.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def process_year(year, year_end, doy, doy_end, args, error_queue):
guts2.gnssir_guts_v2(**args)
except:
print('***********************************************************************')
print('Try using -debug T to get better information about why the code crashed.')
print('Try using -debug T to get better information about why the code crashed: ',y,d)
print('***********************************************************************')
warnings.warn(f'error processing {y} {d}');

Expand Down Expand Up @@ -525,7 +525,7 @@ def process_year_dictionary(index,args,datelist,error_queue):
guts2.gnssir_guts_v2(**args)
except Exception as e:
print('***********************************************************************')
print('Try using -debug T to get better information about why the code crashed.')
print('Try using -debug T to get better information about why the code crashed: ',year,doy)
print('***********************************************************************')
error_queue.put(e)

Expand Down

0 comments on commit a15c830

Please sign in to comment.