1
0
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:
Chris Larson
2010-03-24 17:48:49 -07:00
committed by Richard Purdie
parent c6940a9795
commit 6028daedcb
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -924,7 +924,7 @@ class RunQueue:
if self.stats.total == 0:
# nothing to do
self.state = runQueueCleanup
self.state = runQueueCleanUp
while True:
task = None