Skip to content

Commit 69e9ee1

Browse files
authored
Fix pr_testing error message (#401)
1 parent b3ee477 commit 69e9ee1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

master/custom/pr_testing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,8 @@ def handle_issue_comment(self, payload, event):
265265
f"did not match any builder", logLevel=logging.DEBUG)
266266
yield self._post_comment(
267267
payload["issue"]["comments_url"],
268-
"The regex {builder_filter!r} did not match any buildbot builder",
268+
f"The regex {builder_filter!r} did not match any buildbot builder."
269+
f"Is the requested builder in the list of stable builders?",
269270
)
270271
return (changes, "git")
271272

0 commit comments

Comments
 (0)