Ignore:
Timestamp:
Jul 29, 2009 1:58:58 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
Children:
eea2aa4
Parents:
70caa72
Message:

deal with no local access

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/deter_impl.py

    r70caa72 rc9318dc  
    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.