Home
last modified time | relevance | path

Searched refs:realexception (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py1991 def __init__(self, realexception, recipe): argument
1992 self.realexception = realexception
1994 Exception.__init__(self, realexception, recipe)
2303 (exc.recipe, bb.exceptions.to_string(exc.realexception)))