BLD: Print the download failure reason

This commit is contained in:
Richard Frank
2016-04-21 10:30:48 -04:00
parent baf10e3148
commit bffe00f931
+2
View File
@@ -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
}
}