mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +00:00
Apply some 2to3 refactorings
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
20dc452614
commit
ef1de9ecaf
@@ -409,7 +409,7 @@ def runfetchcmd(cmd, d, quiet = False):
|
||||
stdout_handle = os.popen(cmd + " 2>&1", "r")
|
||||
output = ""
|
||||
|
||||
while 1:
|
||||
while True:
|
||||
line = stdout_handle.readline()
|
||||
if not line:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user