~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archiveuploader/nascentupload.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-02 15:19:38 UTC
  • mfrom: (13144.1.3 notify-announce-list)
  • Revision ID: launchpad@pqm.canonical.com-20110602151938-tawdrs82nnt4fp3q
[r=wgrant][no-qa] Drop announce_list from notify() and
        PackageUpload.acceptFromQueue(), leaving it up to notify() internals.

Show diffs side-by-side

added added

removed removed

Lines of Context:
855
855
                changes_file_object = open(self.changes.filepath, "r")
856
856
                self.queue_root.notify(
857
857
                    summary_text=self.warning_message,
858
 
                    announce_list=self.policy.announcelist,
859
858
                    changes_file_object=changes_file_object,
860
859
                    logger=self.logger)
861
860
                changes_file_object.close()