From 2ed36a3d57de25e1af31d657a7b0b14857e5056a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 14 Jul 2010 23:26:00 +0200 Subject: *: cosmetic whitespace removal Signed-off-by: Bernhard Reutner-Fischer --- lib/bb/fetch/__init__.py | 2 +- lib/bb/runqueue.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py index 4b533e1d4..734884608 100644 --- a/lib/bb/runqueue.py +++ b/lib/bb/runqueue.py @@ -811,7 +811,7 @@ class RunQueue: return False iscurrent = True - t1 = os.stat(stampfile)[stat.ST_MTIME] + t1 = os.stat(stampfile)[stat.ST_MTIME] for dep in self.runq_depends[task]: if iscurrent: fn2 = self.taskData.fn_index[self.runq_fnid[dep]] -- cgit 1.2.3-korg