Another fix for buildbot master.cfg.
- Legacy-Id: 9259
This commit is contained in:
parent
c09fe6ae13
commit
d5b483a822
|
@ -115,7 +115,7 @@ class UnitTest(WarningCountingShellCommand):
|
|||
# Counter
|
||||
value = int(value)
|
||||
value += self.step_status.getStatistic(kw, 0)
|
||||
elif re.match("[0-9]+\.[0-9]+$"):
|
||||
elif re.match("[0-9]+\.[0-9]+$", value):
|
||||
# Runtime
|
||||
value = float(value)
|
||||
value += self.step_status.getStatistic(kw, 0)
|
||||
|
|
Loading…
Reference in a new issue