Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcooker.py2029 def __init__(self, realexception, recipe): argument
2030 self.realexception = realexception
2032 Exception.__init__(self, realexception, recipe)
2340 (exc.recipe, bb.exceptions.to_string(exc.realexception)))