summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server/process.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/server/process.py')
-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 e387b30ee3..a3078a873d 100644
--- a/bitbake/lib/bb/server/process.py
+++ b/bitbake/lib/bb/server/process.py
@@ -242,7 +242,7 @@ class ProcessEventQueue(multiprocessing.queues.Queue):
242 242
243 243
244class BitBakeServer(BitBakeBaseServer): 244class BitBakeServer(BitBakeBaseServer):
245 def initServer(self): 245 def initServer(self, single_use=True):
246 # establish communication channels. We use bidirectional pipes for 246 # establish communication channels. We use bidirectional pipes for
247 # ui <--> server command/response pairs 247 # ui <--> server command/response pairs
248 # and a queue for server -> ui event notifications 248 # and a queue for server -> ui event notifications