Skip to content

Commit 836cfc0

Browse files
committed
Fix make failure
1 parent a3f7b01 commit 836cfc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python/benchUtil.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ def htmlColor2(pct):
9999
vstr = "%.2f %%" % pct
100100
if pct < 0:
101101
return colorFormat(vstr, "html", "red")
102-
else:
103-
return colorFormat(vstr, "html", "green")
102+
103+
return colorFormat(vstr, "html", "green")
104104

105105

106106
def jiraColor(v):

0 commit comments

Comments
 (0)