summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r--bitbake/lib/bb/runqueue.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 9881315b9d..de1160eb87 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -852,7 +852,7 @@ class RunQueue:
852 return False 852 return False
853 853
854 if self.state is runQueueChildProcess: 854 if self.state is runQueueChildProcess:
855 print "Child process" 855 print("Child process")
856 return False 856 return False
857 857
858 # Loop 858 # Loop
@@ -1194,5 +1194,5 @@ class runQueuePipe():
1194 while self.read(): 1194 while self.read():
1195 continue 1195 continue
1196 if len(self.queue) > 0: 1196 if len(self.queue) > 0:
1197 print "Warning, worker left partial message" 1197 print("Warning, worker left partial message")
1198 os.close(self.fd) 1198 os.close(self.fd)