Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python/gpu_info.py')
-rw-r--r--tests/python/gpu_info.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/python/gpu_info.py b/tests/python/gpu_info.py
index 1df23d68000..518fdc98bcc 100644
--- a/tests/python/gpu_info.py
+++ b/tests/python/gpu_info.py
@@ -7,7 +7,7 @@ import bpy
import gpu
import sys
-# Render with workbench to initialize the GPU backend otherwise it would fail when running in
+# Render with workbench to initialize the GPU backend otherwise it would fail when running in
# background mode as the GPU backend won't be initialized.
scene = bpy.context.scene
scene.render.resolution_x = 1
@@ -21,4 +21,4 @@ print('GPU_RENDERER:' + gpu.platform.renderer_get())
print('GPU_VERSION:' + gpu.platform.version_get())
print('GPU_DEVICE_TYPE:' + gpu.platform.device_type_get())
-sys.exit(0) \ No newline at end of file
+sys.exit(0)