This commit is contained in:
Sergio Durigan Junior 2017-09-05 11:24:22 -04:00
parent 49294d746b
commit ac777d5d8c

View file

@ -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 ())