Skip to content

Commit

Permalink
fix always repeating downloads 3 times (#3978)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Aug 5, 2024
1 parent da9f89f commit 667d8ae
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 @@ -349,6 +349,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 667d8ae

Please sign in to comment.