Message ID | 20221229170728.880367-2-richard.purdie@linuxfoundation.org |
---|---|
State | Accepted, archived |
Commit | 89435442946767cfe58eedde363802add8f1ab29 |
Headers | show |
Series | Bitbake server thread enabling | expand |
diff --git a/lib/bb/command.py b/lib/bb/command.py index 0208e30ec4..cbac07f516 100644 --- a/lib/bb/command.py +++ b/lib/bb/command.py @@ -152,8 +152,8 @@ class Command: bb.event.fire(CommandExit(code), self.cooker.data) else: bb.event.fire(CommandCompleted(), self.cooker.data) - self.currentAsyncCommand = None self.cooker.finishcommand() + self.currentAsyncCommand = None def reset(self): if self.remotedatastores:
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- lib/bb/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)