From 64d9976cdc812b173593274e25ac95e155ca3267 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 29 Mar 2012 21:38:25 +0100 Subject: knotty: Add back getTasks() call to ensure we don't repeat messges (Bitbake rev: 8fed4fdf4bbbc9ef036ff96755c0bfe15c3a9dd0) Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/knotty.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitbake') diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py index f8af4dc5fb..01674169ec 100644 --- a/bitbake/lib/bb/ui/knotty.py +++ b/bitbake/lib/bb/ui/knotty.py @@ -88,6 +88,8 @@ class TerminalFilter(object): if len(runningpids) == 0: return + self.helper.getTasks() + tasks = [] for t in runningpids: tasks.append("%s (pid %s)" % (activetasks[t]["title"], t)) -- cgit v1.2.3-54-g00ecf