Fix typo in timed out

This commit is contained in:
Joseph Schorr 2015-01-29 18:13:31 -05:00
parent 60eae43ae4
commit 0e5f6dc17d

View file

@ -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)