Changeset 6031c9d
- Timestamp:
- Sep 15, 2011 6:10:38 PM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- 36f642f
- Parents:
- 5097195
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/experiment_control.py
r5097195 r6031c9d 1121 1121 del self.state[old_expid] 1122 1122 self.state_lock.release() 1123 else: 1124 self.log.info('Experiment %s exists, ' % eid + \ 1125 'but this user cannot access it') 1123 1126 self.state_lock.acquire() 1124 1127 while (self.state.has_key(eid) and not overwrite):
Note: See TracChangeset
for help on using the changeset viewer.