Changeset 8a8ba4c for asadb/util


Ignore:
Timestamp:
Jan 22, 2012, 11:05:02 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
777e9b2
Parents:
a3b83ea
git-author:
Alex Dehnert <adehnert@…> (01/22/12 23:05:02)
git-committer:
Alex Dehnert <adehnert@…> (01/22/12 23:05:02)
Message:

Spew less output in util/import_db.py

It makes it easier to see the vaguely interesting messages if we don't
print every group as it goes by.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/util/import_db.py

    ra3b83ea r8a8ba4c  
    9090    with reversion.create_revision():
    9191        for line in reader:
    92             print line
     92            #print line
    9393            import_group(line)
    9494        importer = django.contrib.auth.models.User.objects.get(username='importer@SYSTEM', )
Note: See TracChangeset for help on using the changeset viewer.