~deryck/+junk/lpjunk

« back to all changes in this revision

Viewing changes to notify_expiry.py

  • Committer: Deryck Hodge
  • Date: 2010-08-25 13:42:28 UTC
  • Revision ID: deryck@devurandom.org-20100825134228-etjkfay5jgnw62kl
Skip any notice to registry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
 
127
127
        # Handle the emails.
128
128
        for project, person, email in contacts:
 
129
            # Skip anything "~registry" owns.
 
130
            if person.name == 'registry':
 
131
                continue
129
132
            msg = MAIL_MSG % {
130
133
                'project': project.name,
131
134
                'name': project.displayname}