summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-08-27 20:41:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-01 18:56:25 +0100
commitb978f7c3a028ff4cc61de79d296723b5f873651d (patch)
tree817138fa37f76f20dcad9d55a658837c2aafb08a /bitbake/lib/bb/server
parent7df5f405cee0d31be82bc838be048ea01005a327 (diff)
downloadpoky-b978f7c3a028ff4cc61de79d296723b5f873651d.tar.gz
bitbake: cooker/process: Fix typos in exiting message
(Bitbake rev: 1ff1ea3880d293b14ce0fc65e3bc4c938d587a2f) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/server')
-rw-r--r--bitbake/lib/bb/server/process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py
index 6127fd40e6..b593830cc7 100644
--- a/bitbake/lib/bb/server/process.py
+++ b/bitbake/lib/bb/server/process.py
@@ -473,7 +473,7 @@ class BitBakeServer(object):
473 try: 473 try:
474 r = ready.get() 474 r = ready.get()
475 except EOFError: 475 except EOFError:
476 # Trap the child exitting/closing the pipe and error out 476 # Trap the child exiting/closing the pipe and error out
477 r = None 477 r = None
478 if not r or r[0] != "r": 478 if not r or r[0] != "r":
479 ready.close() 479 ready.close()