mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
Apply the 2to3 print function transform
(Bitbake rev: ff2e28d0d9723ccd0e9dd635447b6d889cc9f597) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
978b5c9466
commit
ad543e2e41
@@ -852,7 +852,7 @@ class RunQueue:
|
||||
return False
|
||||
|
||||
if self.state is runQueueChildProcess:
|
||||
print "Child process"
|
||||
print("Child process")
|
||||
return False
|
||||
|
||||
# Loop
|
||||
@@ -1194,5 +1194,5 @@ class runQueuePipe():
|
||||
while self.read():
|
||||
continue
|
||||
if len(self.queue) > 0:
|
||||
print "Warning, worker left partial message"
|
||||
print("Warning, worker left partial message")
|
||||
os.close(self.fd)
|
||||
|
||||
Reference in New Issue
Block a user