Changeset 41644eb


Ignore:
Timestamp:
Mar 26, 2012 5:04:01 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, master
Children:
406f3b5
Parents:
a3b31ed
Message:

Add comments to the output about how the file was generated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/deter_exp_access_db.py

    ra3b31ed r41644eb  
    8686c.execute(query)
    8787
     88print "# users %s" % ','.join(opts.users)
     89print "# projects %s" % ','.join(opts.projects)
    8890for u, p, in c.fetchall():
    8991    print "(fedid:%s,%s,%s)-> access, (%s,%s,%s)" % \
Note: See TracChangeset for help on using the changeset viewer.