mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 09:08:40 +08:00
BLD: Print the download failure reason
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user