summaryrefslogtreecommitdiff
path: root/utils/ezbench.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ezbench.py')
-rw-r--r--utils/ezbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ezbench.py b/utils/ezbench.py
index fd03015..173fc2b 100644
--- a/utils/ezbench.py
+++ b/utils/ezbench.py
@@ -99,7 +99,7 @@ def readCommitLabels():
for labelLine in labelLines:
fields = labelLine.split(" ")
sha1 = fields[0]
- label = fields[1]
+ label = fields[1].split("\n")[0]
labels[sha1] = label
return labels