From 29132f142850702e6240a7e7ca1a39069f96d6ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 8 Aug 2023 14:45:13 +0100 Subject: [PATCH] gst-env.py: fix formatting issue gst-env.py:447:15: E271 multiple spaces after keyword Part-of: --- gst-env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-env.py b/gst-env.py index 1a5c05bf7c..594dc39728 100755 --- a/gst-env.py +++ b/gst-env.py @@ -439,7 +439,7 @@ def get_subprocess_env(options, gst_version): py_package = 'site-packages' elif 'dist-packages' in installpath_parts: py_package = 'dist-packages' - if py_package: + if py_package: install_subpath = os.path.join(*installpath_parts[installpath_parts.index(py_package) + 1:]) if path.endswith(install_subpath): if os.path.commonprefix(["gi/overrides", install_subpath]):