Skip to content

Commit

Permalink
STY: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Oct 4, 2023
1 parent 5e49f93 commit c9e7f6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pysatNASA/instruments/methods/cdaweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ def load_xarray(fnames, tag='', inst_id='',
return data, meta


# TODO(#103): Include support to unzip / untar files after download.
def download(date_array, data_path, tag='', inst_id='', supported_tags=None,
remote_url='https://cdaweb.gsfc.nasa.gov'):
"""Download NASA CDAWeb data.
Expand Down Expand Up @@ -579,7 +578,7 @@ def download(date_array, data_path, tag='', inst_id='', supported_tags=None,
sleep(0.2)

if zip_method:
# Cleanup temporary directory
# Cleanup temporary directory
temp_dir.cleanup()

return
Expand Down

0 comments on commit c9e7f6f

Please sign in to comment.