chiark / gitweb /
* Remove iwj-specific stuff from adt-testreport-onepackage and put
[autopkgtest.git] / runner / adt-run
index 9a4c686bc74befc560feedf8b8700c99aa135aa7..25529884af9a0676379b21d71749214b7ca95c3a 100755 (executable)
@@ -613,8 +613,9 @@ def parse_args():
                elif kindpath.endswith('/'):
                        kind = 'tree'
                        constructor = InputDir
-               else: parser.error("do not know how to handle filename \`%s';"
-                       " specify --source --binary or --build-tree")
+               else: parser.error("do not know how to handle filename `%s';"
+                       " specify --source --binary or --build-tree" %
+                       kindpath)
 
                what = '%s%s' % (kind,ix); ix += 1