Exemplo n.º 1
0
 def canStartBuild(self):
     # we were disconnected, but all the builds are not yet cleaned up.
     if self.conn is None and self.building:
         return False
     if self.insubstantiating:
         return False
     return AbstractWorker.canStartBuild(self)
Exemplo n.º 2
0
 def canStartBuild(self):
     # we were disconnected, but all the builds are not yet cleaned up.
     if self.conn is None and self.building:
         return False
     if self.insubstantiating:
         return False
     return AbstractWorker.canStartBuild(self)
Exemplo n.º 3
0
 def canStartBuild(self):
     if self.insubstantiating:
         return False
     return AbstractWorker.canStartBuild(self)
Exemplo n.º 4
0
 def canStartBuild(self):
     if self.insubstantiating:
         return False
     return AbstractWorker.canStartBuild(self)