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

Fix location_in_path function #47

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Fix location_in_path function #47

merged 1 commit into from
Jul 10, 2023

Conversation

Vuizur
Copy link
Contributor

@Vuizur Vuizur commented Jul 10, 2023

Closes #45. Merging this should also fix the broken install instructions of pipx on Windows pypa/pipx#1007 and pypa/pipx#978. I don't know how to run the tests, so that would need to be done before merging.

Copy link
Owner

@ofek ofek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@ofek ofek merged commit bed509e into ofek:master Jul 10, 2023
2 checks passed
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.

userpath.in_current_path(os.getcwd()) always returns True on Windows.
2 participants