Changeset ca24951


Ignore:
Timestamp:
Dec 23, 2008 1:18:48 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:
f9665d1
Parents:
fe157b9
Message:

error formatting return value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    rfe157b9 rca24951  
    17781778                    'experimentAccess': { 'X509' : expcert },\
    17791779                }
     1780        # remove the allocationID info from each federant
     1781        for f in resp['federant']:
     1782            if f.has_key('allocID'): del f['allocID']
    17801783
    17811784        # Insert the experiment into our state and update the disk copy
Note: See TracChangeset for help on using the changeset viewer.