コード例 #1
0
ファイル: latent.py プロジェクト: JPMMaia/buildbot
 def detached(self):
     AbstractWorker.detached(self)
     if self._substantiation_notifier:
         d = self._substantiate(self.substantiation_build)
         d.addErrback(log.err, 'while re-substantiating')
コード例 #2
0
 def detached(self):
     AbstractWorker.detached(self)
     if self._substantiation_notifier:
         d = self._substantiate(self.substantiation_build)
         d.addErrback(log.err, 'while re-substantiating')