From 3fb60d86c01ef3bc615d39e69ee0011aef906685 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 30 Jul 2013 21:36:45 +0100 Subject: Add quotes around scenario name in error message --- yarn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn b/yarn index 842f308..288e23b 100755 --- a/yarn +++ b/yarn @@ -157,7 +157,7 @@ class YarnRunner(cliapp.Application): if len(matching) == 0: raise cliapp.AppException( - 'Scenario %s, step "%s %s" has no matching ' + 'Scenario "%s", step "%s %s" has no matching ' 'implementation' % (scenario.name, step.what, step.text)) if len(matching) > 1: -- cgit v1.2.1