Alembic tests: make failures a bit easier to diagnose.
This commit is contained in:
@@ -157,6 +157,8 @@ class AbstractAlembicTest(unittest.TestCase):
|
|||||||
if proptype == 'CompoundProperty':
|
if proptype == 'CompoundProperty':
|
||||||
# To read those, call self.abcprop() on it.
|
# To read those, call self.abcprop() on it.
|
||||||
continue
|
continue
|
||||||
|
if len(parts) < 2:
|
||||||
|
raise ValueError('Error parsing result from abcprop: %s', info.strip())
|
||||||
valtype_and_arrsize, name_and_extent = parts[1:]
|
valtype_and_arrsize, name_and_extent = parts[1:]
|
||||||
|
|
||||||
# Parse name and extent
|
# Parse name and extent
|
||||||
|
Reference in New Issue
Block a user