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 extra trailing quote from exception message #926

Merged
merged 1 commit into from Jan 9, 2023
Merged

Remove extra trailing quote from exception message #926

merged 1 commit into from Jan 9, 2023

Conversation

srstevenson
Copy link
Contributor

  • I have added an entry to docs/changelog.md

Summary of changes

Remove an extra trailing quote in the exception raised when a package is installed which does not contain an application but has dependencies that do.

Test plan

Tested by running pipx install scikit-learn.

Before:

% pipx install scikit-learn
Note: Dependent package 'numpy' contains 3 apps
  - f2py
  - f2py3
  - f2py3.10

No apps associated with package scikit-learn. Try again with '--include-deps' to include apps of dependent packages, which are listed above.
If you are attempting to install a library, pipx should not be used. Consider using pip or a similar tool instead."

After:

% pipx install scikit-learn
Note: Dependent package 'numpy' contains 3 apps
  - f2py
  - f2py3
  - f2py3.10

No apps associated with package scikit-learn. Try again with '--include-deps' to include apps of dependent packages, which are listed above.
If you are attempting to install a library, pipx should not be used. Consider using pip or a similar tool instead.

@uranusjr uranusjr merged commit 8869c34 into pypa:main Jan 9, 2023
@srstevenson srstevenson deleted the srs/trailing-quote branch January 9, 2023 08:54
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