diff options
Diffstat (limited to 'gerritbot')
-rwxr-xr-x | gerritbot/patchpickup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gerritbot/patchpickup b/gerritbot/patchpickup index 5b89cbb..ae7278f 100755 --- a/gerritbot/patchpickup +++ b/gerritbot/patchpickup @@ -215,7 +215,7 @@ if success: status = 'SUCCESS' reply['Subject'] = '[CHANGEUPLOAD %s] %s ' % (sucesstext[success], message['Subject']) - +receivers = [] try: s = smtplib.SMTP('localhost') receivers = reply['To'].split(',') + reply[Cc].split(',') |