- Timestamp:
- Jan 17, 2013 4:21:38 PM (12 years ago)
- Branches:
- master
- Children:
- 950b55e
- Parents:
- 84623c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/emulab_access.py
r84623c3 re62fb86 1070 1070 # Remove the started flag/info - the segment is no longer started 1071 1071 if aid in self.allocation: 1072 del self.allocation[aid]['started'] 1072 if 'started' in self.allocation[aid]: 1073 del self.allocation[aid]['started'] 1073 1074 self.write_state() 1074 1075 self.state_lock.release()
Note: See TracChangeset
for help on using the changeset viewer.