Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
do_outdated()
when pip freeze
is blank
- 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
- Loading branch information