Don't None the build_status, as it might still be used later
This commit is contained in:
parent
bde781c98b
commit
d842881608
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue