mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
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:
parent
8b464cd282
commit
29132f1428
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ def get_subprocess_env(options, gst_version):
|
||||||
py_package = 'site-packages'
|
py_package = 'site-packages'
|
||||||
elif 'dist-packages' in installpath_parts:
|
elif 'dist-packages' in installpath_parts:
|
||||||
py_package = 'dist-packages'
|
py_package = 'dist-packages'
|
||||||
if py_package:
|
if py_package:
|
||||||
install_subpath = os.path.join(*installpath_parts[installpath_parts.index(py_package) + 1:])
|
install_subpath = os.path.join(*installpath_parts[installpath_parts.index(py_package) + 1:])
|
||||||
if path.endswith(install_subpath):
|
if path.endswith(install_subpath):
|
||||||
if os.path.commonprefix(["gi/overrides", install_subpath]):
|
if os.path.commonprefix(["gi/overrides", install_subpath]):
|
||||||
|
|
Loading…
Reference in a new issue