[Bf-blender-cvs] [c2134cd13c1] soc-2020-testing-frameworks: removed extra str in cloth

Himanshi Kalra noreply at git.blender.org
Sun Aug 30 15:32:45 CEST 2020


Commit: c2134cd13c1ce010a8342ddd002b8b9aa64e4b87
Author: Himanshi Kalra
Date:   Sun Aug 30 19:01:53 2020 +0530
Branches: soc-2020-testing-frameworks
https://developer.blender.org/rBc2134cd13c1ce010a8342ddd002b8b9aa64e4b87

removed extra str in cloth

===================================================================

M	tests/python/physics_cloth.py

===================================================================

diff --git a/tests/python/physics_cloth.py b/tests/python/physics_cloth.py
index 7eac97dda40..700544262c2 100644
--- a/tests/python/physics_cloth.py
+++ b/tests/python/physics_cloth.py
@@ -57,7 +57,7 @@ def main():
             break
         elif cmd == "--run-test":
             cloth_test.apply_modifiers = False
-            name = str(command[i + 1])
+            name = command[i + 1]
             cloth_test.run_test(name)
             break



More information about the Bf-blender-cvs mailing list