gst-env.py: fix formatting issue

gst-env.py:447:15: E271 multiple spaces after keyword

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5192>
This commit is contained in:
Tim-Philipp Müller 2023-08-08 14:45:13 +01:00 committed by L. E. Segovia
parent 8b464cd282
commit 29132f1428

View file

@ -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]):