mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 09:02:41 +00:00
bitbake/server/xmlrpc: Fix typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
83c3f872cb
commit
5ded108567
@ -150,7 +150,7 @@ class BitBakeServerCommands():
|
||||
Trigger the server to quit
|
||||
"""
|
||||
self.server.quit = True
|
||||
print("Server (cooker) exitting")
|
||||
print("Server (cooker) exiting")
|
||||
return
|
||||
|
||||
def ping(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user