We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
util.which()
IIUC most of
asv/asv/util.py
Lines 200 to 232 in 4c31eda
shutil.which
raise
os.envison['PATH'] == locations
Is there any lore about this specific implementation?
The text was updated successfully, but these errors were encountered:
None that I can think of, but most likely just historical baggage, shutil.which was added in 3.3 and asv used to support 2.7 for a long time.
3.3
asv
2.7
A PR would be most welcome :)
Sorry, something went wrong.
On it 😊
No branches or pull requests
IIUC most of
asv/asv/util.py
Lines 200 to 232 in 4c31eda
shutil.which
. Just need theraise
semantics and temporarily fudgingos.envison['PATH'] == locations
.Is there any lore about this specific implementation?
The text was updated successfully, but these errors were encountered: