summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-08 14:26:22 +0100
committerPedro Alvarez Piedehierro <palvarez89@gmail.com>2017-07-08 14:26:22 +0100
commit18d107751592026cce0e9d3bbadd63a459fa51ce (patch)
tree61082d0744552850c044026b1feb905ea077efdb
parent681cac50c996aa50e35bd70806301e091bd1344a (diff)
downloadlorry-controller-18d107751592026cce0e9d3bbadd63a459fa51ce.tar.gz
debug
-rw-r--r--lorrycontroller/status.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lorrycontroller/status.py b/lorrycontroller/status.py
index 806e651..58f8673 100644
--- a/lorrycontroller/status.py
+++ b/lorrycontroller/status.py
@@ -53,8 +53,7 @@ class StatusRenderer(object):
modified_status['links'] = False
modified_status['publish_failures'] = publish_failures
logging.info('FOO2 %s', modified_status)
- template_example = bottle.template('I have to
- publish?{{publish_failures}}', **modified_status)
+ template_example = bottle.template('I have to publish? {{publish_failures}}', **modified_status)
logging.info('FOO3 %s', template_example)
html = self.render_status_as_html(template, modified_status)