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

Catches BadCommand in get_src_requirement() #1830

Merged
merged 2 commits into from
Jun 12, 2014

Conversation

remram44
Copy link
Contributor

This catches the BadCommand that get raised by vcs modules when the VCS
software is not installed or not in the PATH. In this case, we behave as
if the .git, .svn or .hg folder hadn't been found at all (but with the
correct warning).

Fixes #930.

This catches the BadCommand that get raised by vcs modules when the VCS
software is not installed or not in the PATH. In this case, we behave as
if the .git, .svn or .hg folder hadn't been found at all (but with the
correct warning).
@pfmoore
Copy link
Member

pfmoore commented May 21, 2014

Looks good. Flake8 picked up a couple of lines too long, but I'll fix those when we merge.

@Ivoz
Copy link
Contributor

Ivoz commented Jun 11, 2014

@remram44 could you fix the pep8 issues

@remram44
Copy link
Contributor Author

@Ivoz sure thing. This should do...?

pfmoore added a commit that referenced this pull request Jun 12, 2014
Catches BadCommand in get_src_requirement()
@pfmoore pfmoore merged commit 736400d into pypa:develop Jun 12, 2014
@pfmoore
Copy link
Member

pfmoore commented Jun 12, 2014

@remram44 Many thanks for the contribution

@remram44 remram44 deleted the vcs-not-found_2 branch March 3, 2015 20:19
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 4, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants