Fix typo
This commit is contained in:
parent
49294d746b
commit
ac777d5d8c
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ def SendRootMessageGDBTesters (branch, change, rev,
|
|||
else:
|
||||
mail['To'] = try_to
|
||||
mailto = try_to
|
||||
mail['Message-Id'] = "<%s-try-%d@gdb-build>" % (rev, count)
|
||||
mail['Message-Id'] = "<%s-try-%s@gdb-build>" % (rev, try_count)
|
||||
|
||||
s = smtplib.SMTP ('localhost')
|
||||
s.sendmail (GDB_MAIL_FROM, [ mailto ], mail.as_string ())
|
||||
|
|
Loading…
Reference in a new issue