diff options
Diffstat (limited to 'bitbake/lib/bb/utils.py')
| -rw-r--r-- | bitbake/lib/bb/utils.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/utils.py b/bitbake/lib/bb/utils.py index 47fef8c1a9..f5336dda60 100644 --- a/bitbake/lib/bb/utils.py +++ b/bitbake/lib/bb/utils.py  | |||
| @@ -348,7 +348,7 @@ def better_exec(code, context, text, realfile = "<code>"): | |||
| 348 | code = better_compile(code, realfile, realfile) | 348 | code = better_compile(code, realfile, realfile) | 
| 349 | try: | 349 | try: | 
| 350 | exec(code, _context, context) | 350 | exec(code, _context, context) | 
| 351 | except: | 351 | except Exception: | 
| 352 | (t, value, tb) = sys.exc_info() | 352 | (t, value, tb) = sys.exc_info() | 
| 353 | 353 | ||
| 354 | if t in [bb.parse.SkipPackage, bb.build.FuncFailed]: | 354 | if t in [bb.parse.SkipPackage, bb.build.FuncFailed]: | 
