From: Dan Mick Date: Thu, 18 Jun 2015 22:06:24 +0000 (-0700) Subject: suite.py: say *which* path is invalid in _build_matrix X-Git-Tag: 1.1.0~907^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a31c124fecd1ed10e7107ed85bcc37cf3603a1a8;p=teuthology.git suite.py: say *which* path is invalid in _build_matrix Signed-off-by: Dan Mick --- diff --git a/teuthology/suite.py b/teuthology/suite.py index fa002902b3..18000c44ce 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -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