From 1ec7f75b2a045c176218c694ae24e018f0802dbe Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 4 Aug 2022 07:41:03 +1000 Subject: Cleanup: format --- tests/python/gpu_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/python/gpu_info.py') 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) -- cgit v1.2.3