]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
suite.py: say *which* path is invalid in _build_matrix 529/head
authorDan Mick <dan.mick@redhat.com>
Thu, 18 Jun 2015 22:06:24 +0000 (15:06 -0700)
committerDan Mick <dan.mick@redhat.com>
Thu, 18 Jun 2015 22:06:24 +0000 (15:06 -0700)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
teuthology/suite.py

index fa002902b31e6930b94cfe6b421ff4418a0baf7f..18000c44ce9211ec53a7901738a7af034f2806cc 100644 (file)
@@ -916,7 +916,7 @@ def _build_matrix(path, _isfile=os.path.isfile,
                         submat)
                 submats.append(submat)
             return matrix.Sum(item, submats)
-    assert False, "Invalid path seen in _build_matrix"
+    assert False, "Invalid path %s seen in _build_matrix" % path
     return None