mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00:00
*: cosmetic whitespace removal
(Bitbake rev: 2ed36a3d57de25e1af31d657a7b0b14857e5056a) Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
191a288349
commit
0e3fc6dff2
@@ -419,7 +419,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user