diff options
author | Mads Andreasen <github@andreasen.cc> | 2024-04-07 16:12:50 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-07-10 21:47:46 +0300 |
commit | 50704bced3775e9bc5b34f4295e282bfac7253f0 (patch) | |
tree | 01a0c0294f1f58e4efffee0c7e5abad35c638c6e /mesonbuild/compilers/asm.py | |
parent | f01ae52bc224e46661e0ee4404c949e4e27773a8 (diff) | |
download | meson-50704bced3775e9bc5b34f4295e282bfac7253f0.zip meson-50704bced3775e9bc5b34f4295e282bfac7253f0.tar.gz meson-50704bced3775e9bc5b34f4295e282bfac7253f0.tar.bz2 |
Replace exe_exists function with shutil.which()
The documentation for subprocess.run at https://docs.python.org/3/library/subprocess.html#popen-constructor has a warning,
pointing to using shutil.which() instead of subprocess.run for detecting if exe files exists on the path.
shutil.which() is used in many places already.
Diffstat (limited to 'mesonbuild/compilers/asm.py')
0 files changed, 0 insertions, 0 deletions