mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 04:08:05 +00:00
bitbake fetch/__init__.py: Don't print double newlines
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2474 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
74a3de28a8
commit
62f662256a
@ -237,7 +237,7 @@ def runfetchcmd(cmd, d, quiet = False):
|
||||
if not line:
|
||||
break
|
||||
if not quiet:
|
||||
print line
|
||||
print line,
|
||||
output += line
|
||||
|
||||
status = stdout_handle.close() or 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user