~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/scripts/bugnotification.py

Merge db-devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
    from_address = get_bugmail_from_address(actor, bug)
175
175
    bug_notification_builder = BugNotificationBuilder(bug, actor)
176
176
    recipients = getUtility(IBugNotificationSet).getRecipientFilterData(
177
 
        recipients, filtered_notifications)
 
177
        bug, recipients, filtered_notifications)
178
178
    sorted_recipients = sorted(
179
179
        recipients.items(), key=lambda t: t[0].preferredemail.email)
180
180