summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-14 23:26:00 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-26 09:35:46 +0200
commit2ed36a3d57de25e1af31d657a7b0b14857e5056a (patch)
treecfc2d984c6227b35d2e983fd31f4552e0ee24b5d /lib/bb/fetch
parent6497cedf9cfc03201250af816995dd2bd85c36ef (diff)
downloadbitbake-2ed36a3d57de25e1af31d657a7b0b14857e5056a.tar.gz
*: cosmetic whitespace removal
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'lib/bb/fetch')
-rw-r--r--lib/bb/fetch/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch/__init__.py b/lib/bb/fetch/__init__.py
index 31b965379..276ff46b7 100644
--- a/lib/bb/fetch/__init__.py
+++ b/lib/bb/fetch/__init__.py
@@ -418,7 +418,7 @@ def runfetchcmd(cmd, d, quiet = False):
print(line, end=' ')
output += line
- status = stdout_handle.close() or 0
+ status = stdout_handle.close() or 0
signal = status >> 8
exitstatus = status & 0xff