summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/bb/runqueue.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index 3f3b36b89..de7e73ca4 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -1027,6 +1027,7 @@ class RunQueueExecute:
self.task_fail(task, result[1]>>8)
else:
self.task_complete(task)
+ return True
def finish_now(self):
if self.stats.active: