Skip to content

Commit

Permalink
fix always repeating downloads 3 times (#3978)
Browse files Browse the repository at this point in the history
(cherry picked from commit 667d8ae)
  • Loading branch information
IanButterworth committed Aug 5, 2024
1 parent 1616332 commit 45bbb8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PlatformEngines.jl
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ function download_verify(
for i in 1:attempts
try
download(url, dest; verbose=verbose || !quiet_download)
break
catch err
@debug "download and verify failed on attempt $i/$attempts" url dest err
# for system errors like `no space left on device` exit after first try
Expand Down

0 comments on commit 45bbb8b

Please sign in to comment.