summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py/BBHandler.py
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-02 14:10:08 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-02 14:10:08 +0000
commite223238b1b88c9b6888972b7944b3854319e4928 (patch)
treeae78533078bd8e7382d50778cec144541eae65f6 /bitbake/lib/bb/parse/parse_py/BBHandler.py
parent1cf731b1e3bb125449c2ef4e1194b6bf69e7b667 (diff)
downloadpoky-e223238b1b88c9b6888972b7944b3854319e4928.tar.gz
bitbake: Update to latest bitbake-1.8 branch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2651 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/lib/bb/parse/parse_py/BBHandler.py')
-rw-r--r--bitbake/lib/bb/parse/parse_py/BBHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/parse/parse_py/BBHandler.py b/bitbake/lib/bb/parse/parse_py/BBHandler.py
index 0f19f9a5d5..2a30e5895a 100644
--- a/bitbake/lib/bb/parse/parse_py/BBHandler.py
+++ b/bitbake/lib/bb/parse/parse_py/BBHandler.py
@@ -161,7 +161,7 @@ def handle(fn, d, include = 0):
161 if t: 161 if t:
162 data.setVar('T', t, d) 162 data.setVar('T', t, d)
163 except Exception, e: 163 except Exception, e:
164 bb.msg.debug(1, bb.msg.domain.Parsing, "executing anonymous function: %s" % e) 164 bb.msg.debug(1, bb.msg.domain.Parsing, "Exception when executing anonymous function: %s" % e)
165 raise 165 raise
166 data.delVar("__anonqueue", d) 166 data.delVar("__anonqueue", d)
167 data.delVar("__anonfunc", d) 167 data.delVar("__anonfunc", d)