From 62f662256a6cd1e55849e98715d0d3a654d7f78a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 9 Aug 2007 13:54:30 +0000 Subject: 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 --- bitbake/lib/bb/fetch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/bb/fetch/__init__.py b/bitbake/lib/bb/fetch/__init__.py index 9333e2b600..f235526452 100644 --- a/bitbake/lib/bb/fetch/__init__.py +++ b/bitbake/lib/bb/fetch/__init__.py @@ -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 -- cgit v1.2.3-54-g00ecf