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

Cleanup error messages #45

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Cleanup error messages #45

wants to merge 3 commits into from

Conversation

tresni
Copy link
Contributor

@tresni tresni commented Oct 3, 2021

The previous method of outputting error messages was confusing to users who took it to mean that pip-autoremove was not working. This PR updates the error messages to make them easier to understand.

We also stop outputting the same error multiple times when we process requirements. There's an optimization that could be made here to stop processing the dependancy tree multiple times, but that's beyond the scope of this PR.

Fixes #39

tresni added 2 commits October 3, 2021 13:00
This stops us from printing the same messages multiple times (and in weird places.)  Also prevents us from actually fixing freeze output.
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.

The 'cmd2' distribution was not found and is required by the application
1 participant