mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 09:25:42 +00:00
Make gst-uninstalled compatible with python 3.3
This commit is contained in:
parent
76e946465f
commit
1b6d719d54
1 changed files with 1 additions and 1 deletions
|
@ -128,6 +128,6 @@ if __name__ == "__main__":
|
|||
args.append("--noprofile")
|
||||
|
||||
try:
|
||||
exit(subprocess.run(args, env=get_subprocess_env(options)).returncode)
|
||||
exit(subprocess.call(args, env=get_subprocess_env(options)))
|
||||
except subprocess.CalledProcessError as e:
|
||||
exit(e.returncode)
|
||||
|
|
Loading…
Reference in a new issue