summaryrefslogtreecommitdiff
path: root/report.py
diff options
context:
space:
mode:
Diffstat (limited to 'report.py')
-rwxr-xr-xreport.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/report.py b/report.py
index 81670b7..2d13a30 100755
--- a/report.py
+++ b/report.py
@@ -104,6 +104,9 @@ def get_result_string(p, b, a):
return p + change(b, a)
def get_spill_fill_if_change(m, b, a):
+ if not b.get("spills") or not b.get("fills"):
+ return ''
+
if m in ("spills", "fills"):
return ''