From a69f68203531662ed33b659d9c1e01281a43c82b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 22 Apr 2014 16:07:52 +0000 Subject: Remove extra space from method call --- yarns.webapp/900-implementations.yarn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarns.webapp') diff --git a/yarns.webapp/900-implementations.yarn b/yarns.webapp/900-implementations.yarn index dba32e1..54a82a4 100644 --- a/yarns.webapp/900-implementations.yarn +++ b/yarns.webapp/900-implementations.yarn @@ -347,7 +347,7 @@ value is expresssed as a JSON value in the step. if value != expected: sys.stderr.write( "Key {key} has value {value}, but " - "{expected} was expected".format ( + "{expected} was expected".format( key=key, value=value, expected=expected)) sys.exit(1) ' < "$DATADIR/response.body" -- cgit v1.2.1