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

Remove the error redirections #7

Merged
merged 1 commit into from
Jul 19, 2020
Merged

Conversation

smac89
Copy link
Contributor

@smac89 smac89 commented Jul 19, 2020

Not sure why we had those there in the first place because, now every other error is being redirected to standard output and interfering with the output of pip.

Example output:

appdirs certifi distlib gitdb GitPython idna importlib-metadata pbr pip PyGObject requests setuptools six smmap stevedore urllib3 virtualenv virtualenv-clone zipp WARNING: You are using pip version 20.0.2; however, version 20.1.1 is available. You should consider upgrading via the '/home/chigozirim/.pyenv/versions/3.7.3/bin/python3.7 -m pip install --upgrade pip' command.

With this PR, the errors go to standard error while the correct output is added to the stale_packages variable

@massongit massongit merged commit 2e74b2e into massongit:master Jul 19, 2020
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.

None yet

2 participants