Skip to content

Commit d5b483a

Browse files
author
buildbot
committed
Another fix for buildbot master.cfg.
- Legacy-Id: 9259
1 parent c09fe6a commit d5b483a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildbot/masters/datatracker/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class UnitTest(WarningCountingShellCommand):
115115
# Counter
116116
value = int(value)
117117
value += self.step_status.getStatistic(kw, 0)
118-
elif re.match("[0-9]+\.[0-9]+$"):
118+
elif re.match("[0-9]+\.[0-9]+$", value):
119119
# Runtime
120120
value = float(value)
121121
value += self.step_status.getStatistic(kw, 0)

0 commit comments

Comments
 (0)