Merge pull request #232 from coreos-inc/buildnpefix

Don't None the build_status, as it might still be used later
This commit is contained in:
Jimmy Zelinskie 2015-07-14 16:22:44 -04:00
commit e2634da7eb

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.