summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numbench/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numbench/report.py b/numbench/report.py
index f325eb0..6a0f584 100644
--- a/numbench/report.py
+++ b/numbench/report.py
@@ -92,7 +92,7 @@ def saveReport():
for tid, test in cfg.tests.items():
- longlabel = len(test.get('implementations')) > 1
+ longlabel = len(test.get('implementations', [])) > 1
for impl in test.get('implementations', []):
# Add line to the plot