summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r--bitbake/lib/bb/runqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 197308fd9d..0700a5bf71 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1723,7 +1723,7 @@ class RunQueueExecuteScenequeue(RunQueueExecute):
1723 1723
1724 if self.stats.active > 0: 1724 if self.stats.active > 0:
1725 self.rq.read_workers() 1725 self.rq.read_workers()
1726 return 0.5 1726 return self.rq.active_fds()
1727 1727
1728 # Convert scenequeue_covered task numbers into full taskgraph ids 1728 # Convert scenequeue_covered task numbers into full taskgraph ids
1729 oldcovered = self.scenequeue_covered 1729 oldcovered = self.scenequeue_covered