[FIX] mail: correct code indentation introduced during previous forward-port

bzr revid: chs@openerp.com-20140507164207-kmme4tsrd4w1m7l1
This commit is contained in:
Christophe Simonis 2014-05-07 18:42:07 +02:00
parent 1091b24a0c
commit 9a271eef16
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ class mail_mail(osv.Model):
# /!\ can't use mail.state here, as mail.refresh() will cause an error
# see revid:odo@openerp.com-20120622152536-42b2s28lvdv3odyr in 6.1
self._postprocess_sent_message(cr, uid, mail, context=context, mail_sent=mail_sent)
_logger.info('Mail with ID %r and Message-Id %r successfully sent', mail.id, mail.message_id)
_logger.info('Mail with ID %r and Message-Id %r successfully sent', mail.id, mail.message_id)
except MemoryError:
# prevent catching transient MemoryErrors, bubble up to notify user or abort cron job
# instead of marking the mail as failed