Skip to content

Commit

Permalink
BLD: Print the download failure reason
Browse files Browse the repository at this point in the history
  • Loading branch information
richafrank committed Apr 21, 2016
1 parent baf10e3 commit bffe00f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/appveyor/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ function DownloadMiniconda ($python_version, $platform_suffix) {
break
}
Catch [Exception]{
Write-Host "Exception downloading" $filename ":" $_.Exception.ToString()
Write-Host "Retrying in 1 second."
Start-Sleep 1
}
}
Expand Down

0 comments on commit bffe00f

Please sign in to comment.