Merge pull request #2384 from coreos-inc/fix-buildman
Fix removal of component from session factory
This commit is contained in:
commit
0003022549
1 changed files with 0 additions and 2 deletions
|
@ -136,8 +136,6 @@ class BuilderServer(object):
|
|||
|
||||
if component in self._current_components:
|
||||
self._current_components.remove(component)
|
||||
|
||||
if component in self._session_factory:
|
||||
self._session_factory.remove(component)
|
||||
|
||||
def _job_heartbeat(self, build_job):
|
||||
|
|
Reference in a new issue