mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
Apply some 2to3 refactorings
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
20dc452614
commit
ef1de9ecaf
@@ -928,7 +928,7 @@ class RunQueue:
|
||||
while True:
|
||||
task = None
|
||||
if self.stats.active < self.number_tasks:
|
||||
task = self.sched.next()
|
||||
task = next(self.sched)
|
||||
if task is not None:
|
||||
fn = self.taskData.fn_index[self.runq_fnid[task]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user