Changeset a96d946 for fedd/federation
- Timestamp:
- Dec 10, 2010 5:19:58 PM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- b16cfc0
- Parents:
- 3fa4328
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/experiment_control.py
r3fa4328 ra96d946 1077 1077 if need_state_lock: self.state_lock.release() 1078 1078 1079 def clear_experiment_authorizat on(self, expid, need_state_lock=True):1079 def clear_experiment_authorization(self, expid, need_state_lock=True): 1080 1080 """ 1081 1081 Attrs is a set of attribute principal pairs that need to be removed … … 2367 2367 self.state_lock.acquire() 2368 2368 for id in ids: 2369 self.clear_experiment_authorizat on(id, need_state_lock=False)2369 self.clear_experiment_authorization(id, need_state_lock=False) 2370 2370 if id in self.state: del self.state[id] 2371 2371
Note: See TracChangeset
for help on using the changeset viewer.