Skip to content

Commit

Permalink
Fixes #14.
Browse files Browse the repository at this point in the history
  • Loading branch information
xoviat authored Nov 7, 2016
1 parent ef62840 commit b9a2b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip_review/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def get_installed_pkgs(local=False):

output = check_output(command).decode('utf-8')

for line in output.split('\n'):
for line in output.splitlines():
if not line or line.startswith('##'):
continue

Expand Down

0 comments on commit b9a2b86

Please # to comment.