summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/data_smart.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/data_smart.py')
-rw-r--r--bitbake/lib/bb/data_smart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/data_smart.py b/bitbake/lib/bb/data_smart.py
index 707029de93..3d773b1d69 100644
--- a/bitbake/lib/bb/data_smart.py
+++ b/bitbake/lib/bb/data_smart.py
@@ -334,7 +334,7 @@ class DataSmart(MutableMapping):
334 break 334 break
335 except ExpansionError: 335 except ExpansionError:
336 raise 336 raise
337 except bb.parse.SkipPackage: 337 except bb.parse.SkipRecipe:
338 raise 338 raise
339 except Exception as exc: 339 except Exception as exc:
340 raise ExpansionError(varname, s, exc) 340 raise ExpansionError(varname, s, exc)