Typo
This commit is contained in:
parent
9f1b98bbd4
commit
53a7f66803
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ import smtplib
|
||||||
import socket
|
import socket
|
||||||
from email.mime.text import MIMEText
|
from email.mime.text import MIMEText
|
||||||
|
|
||||||
def SendRootMessageGDBTesters (branch, cur_change):
|
def SendRootMessageGDBTesters (branch, change):
|
||||||
global GDB_MAIL_TO, GDB_MAIL_FROM
|
global GDB_MAIL_TO, GDB_MAIL_FROM
|
||||||
rev = change.revision
|
rev = change.revision
|
||||||
f = "/tmp/gdb-buildbot-%s.lock" % rev
|
f = "/tmp/gdb-buildbot-%s.lock" % rev
|
||||||
|
|
Loading…
Reference in a new issue