Fix: EEVEE render tests python syntax

The script still fails, though.
This commit is contained in:
Miguel Pozo
2024-01-29 20:13:50 +01:00
parent 39f244a227
commit 0c23f1ac2a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -76,8 +76,8 @@ def get_gpu_device_type(blender):
command = [
blender,
"-noaudio",
"--background"
"--factory-startup"
"--background",
"--factory-startup",
"--python",
str(pathlib.Path(__file__).parent / "gpu_info.py")
]
+1 -1
View File
@@ -104,7 +104,7 @@ def get_gpu_device_type(blender):
command = [
blender,
"-noaudio",
"--background"
"--background",
"--factory-startup",
"--python",
str(pathlib.Path(__file__).parent / "gpu_info.py")