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-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F529%2Fhead;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 fa002902..18000c44 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