Try each protocol before moving to next file for download.
Open
Low Priority
- Dominant language
- Python
- Stars
- 174
- Forks
- 225
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 14
Description
I'm running check_input_data --download on a new system without any inputdata to start.
Our protocols to try are first wget, then svn.
When there is a bunch of files to download that aren't on the wget server, it will first try every single file with wget, print an error for each, then try all the files it didn't get with svn.
What I would expect is: for each file, first try wget, then svn, then move to the next file.
Is the observed behavior required by the way the download works?
Contributor guide
Assessment
This issue has not been assessed yet.