Remove shutil.which

pull/277/head^2
Rob 2024-12-18 10:56:00 -05:00
rodzic 20349420f1
commit 9ac5abc0dc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ with tempfile.TemporaryDirectory() as td:
for x in range(NUM_RETRIES):
try:
subprocess.run(
[shutil.which("blender"), "-b", "-P", str(file)],
["blender", "-b", "-P", str(file)],
shell=False,
check=True,
stdout=subprocess.PIPE,