Skip to content

Number of arguments in download_files_wrapper #105

@cspencerjones

Description

@cspencerjones

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions