Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert urlretrieve_with_retry() to support "filename" argument
This allows urlretrieve_with_retry() to be called with or without filename. Mock tests can continue to pass filename and remain unchanged, since they do not create a temp file using NamedTemporaryFile. maybe_download() will work properly since it will use the temp file created within urlretrieve()
- Loading branch information