-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Factor Download() out of DownloadPython() & DownloadMiniconda() #17
Conversation
# Retry once to get the error message if any at the last try | ||
$webclient.DownloadFile($url, $filepath) | ||
} | ||
$filepath = Download $filename $url | ||
return $filepath |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a revision to convert this line to using 4 space indent like the rest of the file?
This change looks good. It might conflict with my patch #19 , but this patch was first so it should be merged first ;-) |
@@ -42,6 +40,14 @@ function DownloadPython ($python_version, $platform_suffix) { | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want these lines converted to 4 space indent as well?
EDIT: I mean lines 32-39, expand the collapsed section to see them
Sorry I merged them the other way around. Could you please rebase on the current master? |
be54ec3
to
a323d4d
Compare
Rebased, including indentation fixes |
+1 |
Thanks! Merging. |
Factor Download() out of DownloadPython() & DownloadMiniconda()
No description provided.