Browse Source

test_flake8 fixes

pull/292/head
Carlos Almeida 9 years ago
parent
commit
a808a87742
  1. 7
      web_fetchmail_no_followers/model/mail_thread.py

7
web_fetchmail_no_followers/model/mail_thread.py

@ -29,9 +29,10 @@ message_post_super = mail_thread.message_post
@api.cr_uid_ids_context @api.cr_uid_ids_context
def MailNoFollowersMessageFetch(self, cr, uid, thread_id, body='', subject=None,
type='notification', subtype=None,
parent_id=False, attachments=None, context=None,
def MailNoFollowersMessageFetch(self, cr, uid, thread_id, body='',
subject=None, type='notification',
subtype=None, parent_id=False,
attachments=None, context=None,
content_subtype='html', **kwargs): content_subtype='html', **kwargs):
nosub_ctx = dict(context, mail_create_nosubscribe=True, nosub_ctx = dict(context, mail_create_nosubscribe=True,

Loading…
Cancel
Save