Don't None the build_status, as it might still be used later

This commit is contained in:
Joseph Schorr 2015-07-14 12:49:03 +03:00
parent bde781c98b
commit d842881608

View file

@ -429,7 +429,6 @@ class BuildComponent(BaseComponent):
yield From(self.parent_manager.job_completed(self._current_job,
BuildJobResult.INCOMPLETE,
self))
self._build_status = None
self._current_job = None
# Unregister the current component so that it cannot be invoked again.