diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-03-24 17:48:49 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-25 17:25:56 +0000 |
commit | 6028daedcb2e3eeab8bb7c725de4303b03625ed8 (patch) | |
tree | 0b0f74bb6767b6853bef46424882b3b7fc2aafc9 /bitbake/lib/bb/runqueue.py | |
parent | c6940a97958be1d9981a3b5fb3ae27f74414e57f (diff) | |
download | openembedded-core-6028daedcb2e3eeab8bb7c725de4303b03625ed8.tar.gz openembedded-core-6028daedcb2e3eeab8bb7c725de4303b03625ed8.tar.bz2 openembedded-core-6028daedcb2e3eeab8bb7c725de4303b03625ed8.zip |
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>
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |