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 155e8d131f..a0955722e3 100644
--- a/bitbake/lib/bb/server/process.py
+++ b/bitbake/lib/bb/server/process.py
@@ -147,7 +147,7 @@ class ProcessServer():
147 conn = newconnections.pop(-1) 147 conn = newconnections.pop(-1)
148 fds.append(conn) 148 fds.append(conn)
149 self.controllersock = conn 149 self.controllersock = conn
150 elif self.timeout is None and not ready: 150 elif not self.timeout and not ready:
151 serverlog("No timeout, exiting.") 151 serverlog("No timeout, exiting.")
152 self.quit = True 152 self.quit = True
153 153