Changeset 4adc697


Ignore:
Timestamp:
Jul 29, 2009 2:00:18 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
version-1.30
Children:
59f3d1f
Parents:
7321a43
Message:

deal with no local access

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/deter_impl.py

    r7321a43 r4adc697  
    5454                # Tell the experiment control where local access control is and
    5555                # what testbeds it pertains to.
    56                 if self.access:
     56                if getattr(self, 'access', None):
    5757                    for t in self.access.testbed:
    5858                        self.experiment.local_access[t] = self.access
Note: See TracChangeset for help on using the changeset viewer.