diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2022-03-26 19:39:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-28 13:33:28 +0100 |
commit | 279e754d86eca3c5db6edb7f5bd170ba7712ca94 (patch) | |
tree | 94a04212a8c026047aee406a440008f5e87b287e /bitbake/lib/bb/server | |
parent | 52cad1fe64c413290c3679f977292ca3b3c30d29 (diff) | |
download | poky-279e754d86eca3c5db6edb7f5bd170ba7712ca94.tar.gz |
bitbake: server/process: Correct a typo in a comment
(Bitbake rev: b4a157b2fe2fb481ffa40e0f32659d05dd6320c2)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.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.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py index efc3f04b4c..7c587a9110 100644 --- a/bitbake/lib/bb/server/process.py +++ b/bitbake/lib/bb/server/process.py | |||
@@ -556,7 +556,7 @@ def execServer(lockfd, readypipeinfd, lockname, sockname, server_timeout, xmlrpc | |||
556 | 556 | ||
557 | server.run() | 557 | server.run() |
558 | finally: | 558 | finally: |
559 | # Flush any ,essages/errors to the logfile before exit | 559 | # Flush any messages/errors to the logfile before exit |
560 | sys.stdout.flush() | 560 | sys.stdout.flush() |
561 | sys.stderr.flush() | 561 | sys.stderr.flush() |
562 | 562 | ||