Changeset 1190 in tailor


Ignore:
Timestamp:
06/25/06 19:00:02 (7 years ago)
Author:
ydirson@…
Hash name:
20060625170002-130f5-1f0a193016aae5ae3a32717767d5923ede894d49
Message:

Initialize logger in repository before loading the project

This makes the loader available to backend-specific _load() methods.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/__init__.py

    r1187 r1190  
    6161        self.which = which 
    6262        self.projectref = ref(project) 
    63         self._load(project) 
    6463        self.log = getLogger('tailor.vcpx.%s.%s' % (self.__class__.__name__, 
    6564                                                    which)) 
     65        self._load(project) 
    6666        self._validateConfiguration() 
    6767 
Note: See TracChangeset for help on using the changeset viewer.