summaryrefslogtreecommitdiff
path: root/gerritbot
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-08-10 14:50:30 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-08-10 14:50:30 +0200
commit0d0754bb3294ead6f48fdacb104df5890ed86194 (patch)
tree4bb7a3fc3929cd3d91379842ee1faecbdffe85c6 /gerritbot
parentb4b82f62e4e234914992625c1c0cbb9b8d639b75 (diff)
more logging on sending replies
Diffstat (limited to 'gerritbot')
-rwxr-xr-xgerritbot/patchpickup2
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(',')