-
Notifications
You must be signed in to change notification settings - Fork 709
Gracefully process a missing git binary when falling-back to pure-python discovery #738
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
Conversation
webknjaz
left a comment
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.
I think the regression test should be added to make this mergeable and this will now cause AttributeError (per my comment below).
79b8a21 to
c058ac2
Compare
c058ac2 to
a39a511
Compare
webknjaz
left a comment
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.
The change seems ok, still waiting for the regression test before I can merge.
|
@webknjaz could you suggest how the test should work? |
|
@anryko |
e39ae10 to
a85fcb4
Compare
eb267d4 to
890c2a2
Compare
890c2a2 to
d42f212
Compare
64622dc to
1397d90
Compare
a72d841 to
5d5fafa
Compare
5d5fafa to
13cadb4
Compare
13cadb4 to
4f7ebf6
Compare
4f7ebf6 to
b030311
Compare
|
@webknjaz thanks! Great review. |
This change fixes #735 by catching an extra corner case
exception
FileNotFoundError.