Fix removal of component from session factory
Session factory isn't a list but its own class
This commit is contained in:
parent
59d6cf8a86
commit
29943b32a6
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