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
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-05-17 03:06:13 +0300
committerCampbell Barton <campbell@blender.org>2022-05-17 03:06:13 +0300
commit1660eff1a221974b64191d4626fcaff098b4aef2 (patch)
treeaafdbd138fd3699530f18ab8519aedfd730800e9 /tests
parent405d32bc80c8aeb671b2fbb84635dc05decdb87e (diff)
Cleanup: format
Diffstat (limited to 'tests')
-rw-r--r--tests/python/bl_rigging_symmetrize.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/python/bl_rigging_symmetrize.py b/tests/python/bl_rigging_symmetrize.py
index cac5e9b0856..6531b4df85f 100644
--- a/tests/python/bl_rigging_symmetrize.py
+++ b/tests/python/bl_rigging_symmetrize.py
@@ -134,7 +134,8 @@ def check_constraints(self, input_arm, expected_arm, bone, exp_bone):
"Missmatching constraint boolean in pose.bones[%s].constraints[%s].%s" % (
bone.name, const_name, var))
else:
- msg = "Missmatching constraint value in pose.bones[%s].constraints[%s].%s" % (bone.name, const_name, var)
+ msg = "Missmatching constraint value in pose.bones[%s].constraints[%s].%s" % (
+ bone.name, const_name, var)
self.assertAlmostEqual(value, exp_value, places=6, msg=msg)