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:
-rw-r--r--tests/python/alembic_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/alembic_tests.py b/tests/python/alembic_tests.py
index 66545dc85c7..c911634ba12 100644
--- a/tests/python/alembic_tests.py
+++ b/tests/python/alembic_tests.py
@@ -105,7 +105,7 @@ class AbstractAlembicTest(AbstractBlenderRunnerTest):
# To read those, call self.abcprop() on it.
continue
if len(parts) < 2:
- raise ValueError('Error parsing result from abcprop: %s', info.strip())
+ raise ValueError('Error parsing result from abcprop: %s' % info.strip())
valtype_and_arrsize, name_and_extent = parts[1:]
# Parse name and extent