summaryrefslogtreecommitdiff
path: root/obbench
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-07 20:54:49 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-07 20:54:49 +0300
commit85fe35145f65f7baf5e7a911904f4fa51015c461 (patch)
tree3bc044e75afb659f49cf5715dfb909881fef0e45 /obbench
parent5afa6f4b5142f8a8f98cba7a8df3ed34d9129bc5 (diff)
downloadobnam-benchmarks-85fe35145f65f7baf5e7a911904f4fa51015c461.tar.gz
Fix another wrong variable reference
Diffstat (limited to 'obbench')
-rwxr-xr-xobbench2
1 files changed, 1 insertions, 1 deletions
diff --git a/obbench b/obbench
index 2b57be9..3d8671e 100755
--- a/obbench
+++ b/obbench
@@ -225,7 +225,7 @@ class ObnamBenchmarker(cliapp.Application):
f.write('<table>\n')
f.write('<tr>\n')
- for step in objs['steps']:
+ for step in obj['steps']:
if 'obnam' in step:
f.write(
'<th>{action} (ref)</th>\n'.format(