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 #10: prevent find_all exception when a clean pyenv is present #11

Merged

Conversation

ferminho
Copy link
Contributor

In case the 'versions' folder does not exist, such as when Pyenv is fhresly installed, Pyenv provider no longer tries to look for a PythonVersion within it.

This PR also includes a bump in black due to being unable to commit:
psf/black#2964

@frostming frostming merged commit 2ce66fa into frostming:main Oct 28, 2022
Adirelle pushed a commit to Adirelle/findpython that referenced this pull request Jul 17, 2023
…ing#11)

* Bump black to 22.3.0 to fix broken pre-commit

* Add test to reproduce the issue

* Fix frostming#10
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.

Finder.find_all raises FileNotFoundError if a clean pyenv installation is located
2 participants