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

(🐞) Do not use repr to format paths shown in console #1003

Closed
KotlinIsland opened this issue Jun 19, 2023 · 1 comment · Fixed by #1006
Closed

(🐞) Do not use repr to format paths shown in console #1003

KotlinIsland opened this issue Jun 19, 2023 · 1 comment · Fixed by #1006
Labels
good first issue Good for newcomers windows

Comments

@KotlinIsland
Copy link
Contributor

> pipx install ...
...
⚠️  Note: 'C:\\Users\\amongus\\.local\\bin' is not on your PATH environment variable.
...

There shouldn't be double backslashes here, single only.

@uranusjr
Copy link
Member

Not really a bug per-se (the path works!) but more of a cosmetic issue. Pull requests are welcomed of course.

@uranusjr uranusjr added the good first issue Good for newcomers label Jun 19, 2023
@uranusjr uranusjr changed the title (🐞) Escaped backslash shown in path in warning message Do not use repr to format paths shown in console Jun 19, 2023
@KotlinIsland KotlinIsland changed the title Do not use repr to format paths shown in console (🐞) Do not use repr to format paths shown in console Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers windows
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants