summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/knotty.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/knotty.py')
-rw-r--r--bitbake/lib/bb/ui/knotty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py
index 3799018fe3..6ac3d85b1e 100644
--- a/bitbake/lib/bb/ui/knotty.py
+++ b/bitbake/lib/bb/ui/knotty.py
@@ -187,7 +187,7 @@ class TerminalFilter(object):
187 return 187 return
188 if self.footer_present: 188 if self.footer_present:
189 self.clearFooter() 189 self.clearFooter()
190 if not self.helper.tasknumber_total or self.helper.tasknumber_current == self.helper.tasknumber_total: 190 if (not self.helper.tasknumber_total or self.helper.tasknumber_current == self.helper.tasknumber_total) and not len(activetasks):
191 return 191 return
192 tasks = [] 192 tasks = []
193 for t in runningpids: 193 for t in runningpids: