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

DpkgImportCalloutStrategy when python2 doesn't exist #16

Open
warsaw opened this issue Jan 28, 2016 · 0 comments
Open

DpkgImportCalloutStrategy when python2 doesn't exist #16

warsaw opened this issue Jan 28, 2016 · 0 comments
Milestone

Comments

@warsaw
Copy link
Collaborator

warsaw commented Jan 28, 2016

The subprocess.check_output() call will fail but not with a CalledProcessError. It fails with a FileNotFoundError, so catch this too.

Since this won't likely happen in practice (e.g. I found it while writing a DEP-8 test), this isn't an urgent bug.

@warsaw warsaw added this to the 0.4 milestone Feb 5, 2016
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

No branches or pull requests

1 participant