You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.
Line 227 in dev_env.ps1 failed to download SetupTools and line 178 in dev_env_salt.ps1 of DownloadFileWithProgress doesn't check $Event (AsyncCompletedEventArgs) for an error. This resulted in a cascade of failed installations that require SetupTools and produced a bad environment. Should DownloadFileWithProgress check for failure and throw? Should the script throw if pip and easy_install processes exit with a failure? At the least, it should log download errors.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Line 227 in dev_env.ps1 failed to download SetupTools and line 178 in dev_env_salt.ps1 of DownloadFileWithProgress doesn't check $Event (AsyncCompletedEventArgs) for an error. This resulted in a cascade of failed installations that require SetupTools and produced a bad environment. Should DownloadFileWithProgress check for failure and throw? Should the script throw if pip and easy_install processes exit with a failure? At the least, it should log download errors.
The text was updated successfully, but these errors were encountered: