Changeset dc81a9e for asadb/groups


Ignore:
Timestamp:
Feb 5, 2012, 8:24:31 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
1aaa525
Parents:
0270ed7
git-author:
Alex Dehnert <adehnert@…> (02/05/12 20:24:31)
git-committer:
Alex Dehnert <adehnert@…> (02/05/12 20:24:31)
Message:

Don't list already deleted people moira people

Each run of groups/load_people.py will tend to find about 6K
people who were already deleted (now, it'll be going up by about
that much each year). Displaying that list is a waste of space.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/load_people.py

    r7f2776e rdc81a9e  
    9898            else:
    9999                stat_pre_del += 1
    100                 stat_people['pre_del'].append(django_person.username)
    101100    for username, dcm_person in dcm_people.items():
    102101        stat_loops += 1
Note: See TracChangeset for help on using the changeset viewer.