Fix: EEVEE render tests python syntax
The script still fails, though.
This commit is contained in:
@@ -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")
|
||||
]
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user