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

Fix do_outdated() when pip freeze is blank #1702

Merged
merged 1 commit into from
Mar 13, 2018
Merged

Fix do_outdated() when pip freeze is blank #1702

merged 1 commit into from
Mar 13, 2018

Conversation

adsultana
Copy link

- If no packages are installed, `results` contains a single empty string. This causes problems in the subsequent call to `convert_deps_from_pip`. Therefore filter out empty strings from `results` to avoid this.
- Fixes #1699
@kennethreitz kennethreitz merged commit f9cdd65 into pypa:master Mar 13, 2018
@kennethreitz
Copy link
Contributor

✨🍰✨

@adsultana adsultana deleted the empty-update-outdated branch March 13, 2018 11:55
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.

2 participants