Skip to content
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

Merged
merged 1 commit into from
Aug 7, 2015

Conversation

moreati
Copy link
Contributor

@moreati moreati commented Jul 30, 2015

No description provided.

# Retry once to get the error message if any at the last try
$webclient.DownloadFile($url, $filepath)
}
$filepath = Download $filename $url
return $filepath
Copy link
Contributor

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?

@jayvdb
Copy link
Contributor

jayvdb commented Aug 4, 2015

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) {
}
Copy link
Contributor Author

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

@ogrisel
Copy link
Owner

ogrisel commented Aug 6, 2015

Sorry I merged them the other way around. Could you please rebase on the current master?

@moreati
Copy link
Contributor Author

moreati commented Aug 7, 2015

Rebased, including indentation fixes

@jayvdb jayvdb mentioned this pull request Aug 7, 2015
@jayvdb
Copy link
Contributor

jayvdb commented Aug 7, 2015

+1

@ogrisel
Copy link
Owner

ogrisel commented Aug 7, 2015

Thanks! Merging.

ogrisel added a commit that referenced this pull request Aug 7, 2015
Factor Download() out of DownloadPython() & DownloadMiniconda()
@ogrisel ogrisel merged commit dd48cc1 into ogrisel:master Aug 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants