You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: Jun-Fei Cherng <jfcherng@realtek.com>
0 commit comments