pull/254/head
Joe Marshall 2024-01-16 15:44:26 +00:00
rodzic 1bec1bca68
commit e507f5e4c2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ with tempfile.TemporaryDirectory() as td:
# blender 4.0 installing addon crashes sometimes on mac github actions...
for x in range(NUM_RETRIES):
try:
subprocess.run(command, shell=True, check=True,capture_output=True``)
subprocess.run(command, shell=True, check=True,capture_output=True)
sys.exit(0)
except subprocess.CalledProcessError as e:
print("Install addon failed, retrying:",e)