Fix typo
This commit is contained in:
parent
6f4c6d5dbc
commit
889d439c24
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ send to the gdb-testers mailing list."""
|
||||||
|
|
||||||
try_to = build.getReason ().strip ("'try' job by user ")
|
try_to = build.getReason ().strip ("'try' job by user ")
|
||||||
# Sending the root message to gdb-testers.
|
# Sending the root message to gdb-testers.
|
||||||
SendRootMessageGDBTesters (branch, cur_change, istrysched = True, try_to)
|
SendRootMessageGDBTesters (branch, cur_change, istrysched = True, try_to = try_to)
|
||||||
|
|
||||||
# Subject
|
# Subject
|
||||||
subj = "Try Build on %s, branch %s" % (name, branch)
|
subj = "Try Build on %s, branch %s" % (name, branch)
|
||||||
|
|
Loading…
Reference in a new issue