summaryrefslogtreecommitdiff
path: root/seivots-summary
diff options
context:
space:
mode:
Diffstat (limited to 'seivots-summary')
-rwxr-xr-xseivots-summary2
1 files changed, 1 insertions, 1 deletions
diff --git a/seivots-summary b/seivots-summary
index f99cf22..239fa20 100755
--- a/seivots-summary
+++ b/seivots-summary
@@ -151,7 +151,7 @@ class SeivotsSummary(cliapp.Application):
('gen0-time', 'gen0-speed', 'gen0-ram', 'slowest-time',
'slowest-speed', 'biggest-ram','repo-writes', 'repo-reads'),
}
- suffix = ('branch', 'description')
+ suffix = ('description',)
colnames = prefix + which[op] + suffix
table = Table()