summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_py/BBHandler.py
diff options
context:
space:
mode:
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)