summaryrefslogtreecommitdiff
path: root/yarns.webapp
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-22 16:07:52 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-22 16:07:52 +0000
commita69f68203531662ed33b659d9c1e01281a43c82b (patch)
tree29e66243526544ad687f158f1b79eebf01c29129 /yarns.webapp
parent8845a98d729bcb5c1f0ee4692b19d75cbf2855a8 (diff)
downloadlorry-controller-a69f68203531662ed33b659d9c1e01281a43c82b.tar.gz
Remove extra space from method call
Diffstat (limited to 'yarns.webapp')
-rw-r--r--yarns.webapp/900-implementations.yarn2
1 files changed, 1 insertions, 1 deletions
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"