]> code.ossystems Code Review - openembedded-core.git/commit
bitbake/fetch2: Fix pickling issues with fetcher exceptions
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Feb 2011 20:46:42 +0000 (20:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Feb 2011 21:13:13 +0000 (21:13 +0000)
commitd4b4b48addfa781d7b94965e0477974c3fb6dbb3
tree862d5b35ca263a6b6ef73eb3e0a9592f822f21a9
parent94faffdaf6c13ce59987aab28383d66a9a0bf100
bitbake/fetch2: Fix pickling issues with fetcher exceptions

See the problems in http://bugs.python.org/issue1692335, need to set self.args
correctly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py