From 6028daedcb2e3eeab8bb7c725de4303b03625ed8 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 24 Mar 2010 17:48:49 -0700 Subject: Fix 7 references to undefined variables, as spotted by pyflakes (Bitbake rev: e1e4ccf203e38070eeafd31a622671996cff61a1) Signed-off-by: Chris Larson Signed-off-by: Richard Purdie --- bitbake/lib/bb/runqueue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/runqueue.py') diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 887cb5c2b6..c5f4380c86 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py @@ -924,7 +924,7 @@ class RunQueue: if self.stats.total == 0: # nothing to do - self.state = runQueueCleanup + self.state = runQueueCleanUp while True: task = None -- cgit v1.2.3-54-g00ecf