Changeset 4adc697
- Timestamp:
- Jul 29, 2009 2:00:18 PM (15 years ago)
- Branches:
- version-1.30
- Children:
- 59f3d1f
- Parents:
- 7321a43
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/deter_impl.py
r7321a43 r4adc697 54 54 # Tell the experiment control where local access control is and 55 55 # what testbeds it pertains to. 56 if self.access:56 if getattr(self, 'access', None): 57 57 for t in self.access.testbed: 58 58 self.experiment.local_access[t] = self.access
Note: See TracChangeset
for help on using the changeset viewer.