Changeset a96d946


Ignore:
Timestamp:
Dec 10, 2010 5:19:58 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
b16cfc0
Parents:
3fa4328
Message:

Duh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    r3fa4328 ra96d946  
    10771077        if need_state_lock: self.state_lock.release()
    10781078
    1079     def clear_experiment_authorizaton(self, expid, need_state_lock=True):
     1079    def clear_experiment_authorization(self, expid, need_state_lock=True):
    10801080        """
    10811081        Attrs is a set of attribute principal pairs that need to be removed
     
    23672367            self.state_lock.acquire()
    23682368            for id in ids:
    2369                 self.clear_experiment_authorizaton(id, need_state_lock=False)
     2369                self.clear_experiment_authorization(id, need_state_lock=False)
    23702370                if id in self.state: del self.state[id]
    23712371
Note: See TracChangeset for help on using the changeset viewer.