> > @@@ -484,10 -483,17 +484,20 @@@ class Processor(object) > > lu.cfg.OutDate() > > lu.CheckPrereq() > > > > + self._hm = self.BuildHooksManager(lu) > > - # Run hooks twice: first for the global hooks, then for the usual > hooks. > > - self._hm.RunPhase(constants.HOOKS_PHASE_PRE, is_global=True) > > - h_results = self._hm.RunPhase(constants.HOOKS_PHASE_PRE) > > + hm = self.BuildHooksManager(lu) > > Shouldn't this have been removed as well?
Oh yes, it should. I will ammend the merge accordingly and resend it. -- Klaus Aehlig Google Germany GmbH, Dienerstr. 12, 80331 Muenchen Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschaeftsfuehrer: Matthew Scott Sucherman, Paul Terence Manicle
