diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2022-01-26 01:51:59 -0500 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2022-01-27 10:48:01 -0800 |
| commit | 3990dc6d6429f6da8917c2f3f719e56fa20ac2ed (patch) | |
| tree | a8c243fca13b87cccacc82b2523b99e3bde5e7d6 /mesonbuild/dependencies/hdf5.py | |
| parent | a28d5467954572767389729691e497d4da44b16e (diff) | |
| download | meson-3990dc6d6429f6da8917c2f3f719e56fa20ac2ed.tar.gz | |
flake8: fix indentation style
Diffstat (limited to 'mesonbuild/dependencies/hdf5.py')
| -rw-r--r-- | mesonbuild/dependencies/hdf5.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/dependencies/hdf5.py b/mesonbuild/dependencies/hdf5.py index 2f1ed0a6b..ffc14245b 100644 --- a/mesonbuild/dependencies/hdf5.py +++ b/mesonbuild/dependencies/hdf5.py @@ -164,7 +164,7 @@ def hdf5_factory(env: 'Environment', for_machine: 'MachineChoice', if PCEXE: # some distros put hdf5-1.2.3.pc with version number in .pc filename. ret = subprocess.run([PCEXE, '--list-all'], stdout=subprocess.PIPE, stderr=subprocess.DEVNULL, - text=True) + text=True) if ret.returncode == 0: for pkg in ret.stdout.split('\n'): if pkg.startswith('hdf5'): |
