This commit is contained in:
Sergio Durigan Junior 2015-02-09 00:24:53 -05:00
parent 9f1b98bbd4
commit 53a7f66803

View file

@ -139,7 +139,7 @@ import smtplib
import socket
from email.mime.text import MIMEText
def SendRootMessageGDBTesters (branch, cur_change):
def SendRootMessageGDBTesters (branch, change):
global GDB_MAIL_TO, GDB_MAIL_FROM
rev = change.revision
f = "/tmp/gdb-buildbot-%s.lock" % rev