Skip to content

Commit

Permalink
Better error message
Browse files Browse the repository at this point in the history
Co-authored-by: Robert <49005401+Gitznik@users.noreply.github.com>
  • Loading branch information
chrysle and Gitznik authored Apr 15, 2024
1 parent 9d7a892 commit 74968fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pipx/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ def run_pipx_command(args: argparse.Namespace, subparsers: Dict[str, argparse.Ar
pipx_wrap(
f"""
Error: Path '{package}' given as
package name.
package. Expected the name of
an installed package.
"""
)
)
Expand Down

0 comments on commit 74968fb

Please sign in to comment.