Skip to content

Commit 3cf1c73

Browse files
author
buildbot
committed
Bugfix for buildblt master.cfg.
- Legacy-Id: 9256
1 parent a056fca commit 3cf1c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/masters/datatracker/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class UnitTest(WarningCountingShellCommand):
127127
info = {}
128128
for line in log.getText().split("\n"):
129129
for key in self.regexPatterns:
130-
regex = regexPatterns[key]
130+
regex = self.regexPatterns[key]
131131
match = re.match(regex, line)
132132
if match:
133133
info[key] = match.group(1)

0 commit comments

Comments
 (0)