Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: local venv is not used under some circumstances
E.g., 1. There is an ".python-version" file but no "pyenv" is installed. 2. "pyenv which python" will raises an exception. 3. `python_path` is an empty string and `None` is returned. But actually we want to test all direct subdirs later and shouldn't return `None` here. Signed-off-by: Jack Cherng <[email protected]>
- Loading branch information