Fix typo in timed out
This commit is contained in:
parent
60eae43ae4
commit
0e5f6dc17d
1 changed files with 1 additions and 1 deletions
|
@ -371,4 +371,4 @@ class BuildComponent(BaseComponent):
|
|||
self._current_job = None
|
||||
|
||||
# Unregister the current component so that it cannot be invoked again.
|
||||
self.parent_manager.build_component_disposed(self, timed_out)
|
||||
self.parent_manager.build_component_disposed(self, True)
|
||||
|
|
Reference in a new issue