summaryrefslogtreecommitdiff
path: root/obbench
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-07 20:53:53 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-07 20:53:53 +0300
commit5afa6f4b5142f8a8f98cba7a8df3ed34d9129bc5 (patch)
tree20fd29ae5c1c20d299368e70f3c888d28d6ed370 /obbench
parent624b26f93ccb6d593f94b7147e50b363839336d0 (diff)
downloadobnam-benchmarks-5afa6f4b5142f8a8f98cba7a8df3ed34d9129bc5.tar.gz
Fix variable reference
Diffstat (limited to 'obbench')
-rwxr-xr-xobbench2
1 files changed, 1 insertions, 1 deletions
diff --git a/obbench b/obbench
index f7caa25..2b57be9 100755
--- a/obbench
+++ b/obbench
@@ -233,7 +233,7 @@ class ObnamBenchmarker(cliapp.Application):
f.write('</tr>\n')
f.write('<tr>\n')
- for index, step in enumerate(objs['steps']):
+ for index, step in enumerate(obj['steps']):
if 'obnam' not in step:
continue