Changeset db8a5bc


Ignore:
Timestamp:
Mar 17, 2012, 2:47:45 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
a5655ef
Parents:
b2cee30
git-author:
Alex Dehnert <adehnert@…> (03/17/12 14:47:45)
git-committer:
Alex Dehnert <adehnert@…> (03/17/12 14:47:45)
Message:

Reorder load_people output for easier scanning

Put the big numbers that don't mean much (unchanged, already deleted come to
mind) at the top, and put the smaller numbers that we're actually "concerned"
about being large (to the extent that we worry this thing will be wrong at all)
near the bottom. (Which end is which doesn't really matter, but "loop
iterations" and "People in DCM" seemed nice to leave at the top, and I do care
about grouping.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/load_people.py

    rdc81a9e rdb8a5bc  
    137137Initial in Django:  %(django_people)6d
    138138People in DCM:      %(dcm_people)6d
     139Already Deleted:    %(pre_del)6d
     140Unchanged:          %(unchanged)6d
    139141Changed:            %(changed)6d
    140142Change ignored:     %(mut_ign)6d
    141 Unchanged:          %(unchanged)6d
    142143Deleted:            %(del)6d
    143 Already Deleted:    %(pre_del)6d
    144144Undeleted:          %(undel)6d
    145145Added:              %(add)6d""" % stats
Note: See TracChangeset for help on using the changeset viewer.