mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
Fix 7 references to undefined variables, as spotted by pyflakes
(Bitbake rev: e1e4ccf203e38070eeafd31a622671996cff61a1) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
c6940a9795
commit
6028daedcb
@@ -924,7 +924,7 @@ class RunQueue:
|
||||
|
||||
if self.stats.total == 0:
|
||||
# nothing to do
|
||||
self.state = runQueueCleanup
|
||||
self.state = runQueueCleanUp
|
||||
|
||||
while True:
|
||||
task = None
|
||||
|
||||
Reference in New Issue
Block a user