-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I'm trying to use ecco_access, and when I run
SSH_monthly_shortname = 'ECCO_L4_SSH_LLC0090GRID_MONTHLY_V4R4'
ds_SSH = ea.ecco_podaac_to_xrdataset(SSH_monthly_shortname,\
StartDate='2017-01',EndDate='2017-12',\
mode='download',\
download_root_dir=join(user_home_dir,'Downloads','ECCO_V4r4_PODAAC'), show_noredownload_msg=False)
I'm getting the following error
TypeError: download_files_wrapper() missing 1 required positional argument: 'show_noredownload_msg'
I think download_files_wrapper expects 6 arguments, but there are only 5 on this line:
| downloaded_files = download_files_wrapper(urls, download_dir, n_workers, force_redownload, show_noredownload_msg) |
Thanks for creating this package!
Metadata
Metadata
Assignees
Labels
No labels