From 7d122ff82b786b754fdab1f15387e1ed3aeeed67 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Fri, 16 Jun 2023 15:15:27 +0200 Subject: [PATCH] Cleanup: make format --- tests/python/modules/mesh_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/modules/mesh_test.py b/tests/python/modules/mesh_test.py index c6a4a556218..b86fd1f730d 100644 --- a/tests/python/modules/mesh_test.py +++ b/tests/python/modules/mesh_test.py @@ -768,7 +768,7 @@ class GeoNodesSimulationTest(MeshTest): raise Exception("The object has no modifiers.") scene = bpy.context.scene - for frame in range(1, self.frames_num+1): + for frame in range(1, self.frames_num + 1): scene.frame_set(frame) for modifier in modifiers_list: