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