Changeset ac54ef3


Ignore:
Timestamp:
Nov 21, 2008 4:54:39 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
a94cb0a
Parents:
3f6bc5f
Message:

missed a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_access.py

    r3f6bc5f rac54ef3  
    349349                    "Unpickling failed: %s") % e)
    350350
     351        # Add the ownership attributes to the authorizer.  Note that the
     352        # indices of the allocation dict are strings, but the attributes are
     353        # fedids, so there is a conversion.
    351354        for k in self.allocation.keys():
    352355            for o in self.allocation[k].get('owners', []):
Note: See TracChangeset for help on using the changeset viewer.