fix hound

This commit is contained in:
Ondrej Samohel 2021-06-30 18:15:43 +02:00
parent d28f8cd1d4
commit f460fad23f
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7

View file

@ -81,7 +81,8 @@ pyside2_arg = "PySide2" if not pyside2_version else "PySide2{}".format(pyside2_v
try:
subprocess.run(
[sys.executable, "-m", "pip", "install", "--upgrade",
pyside2_arg, "-t", str(openpype_root / "vendor/python")], check=True, stdout=subprocess.DEVNULL)
pyside2_arg, "-t", str(openpype_root / "vendor/python")],
check=True, stdout=subprocess.DEVNULL)
except subprocess.CalledProcessError as e:
_print("Error during PySide2 installation.", 1)
_print(str(e), 1)