Ignore:
Timestamp:
Sep 23, 2010 5:49:51 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
add53ea
Parents:
835cf55
Message:

Move that gross fedid generation code into the fedid class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    r835cf55 r962ea25  
    15671567        if 'experimentAccess' in req and 'X509' in req['experimentAccess']:
    15681568            expcert = req['experimentAccess']['X509']
    1569             tf = tempfile.NamedTemporaryFile()
    1570             tf.write(expcert)
    1571             tf.flush()
    1572             expid = fedid(file=tf.name)
    1573             tf.close()
     1569            expid = fedid(certstr=expcert)
    15741570            self.state_lock.acquire()
    15751571            if expid in self.state:
Note: See TracChangeset for help on using the changeset viewer.