debian-forge/osbuild/util
Christian Kellner cd1f248dca util/jsoncomm: chain the BufferError in recv
Explicit re-raise the BufferError exception in recv from the orignal
JSONDecodeError, so the latter gets recorded as the underlying cause.

Uncovered by pylint 2.6.0: W0707: "Not using raise from makes the
traceback inaccurate, because the message implies there is a bug in
the exception-handling code itself, which is a separate situation
than wrapping an exception."
2020-10-30 17:28:31 +01:00
..
__init__.py
ctx.py
jsoncomm.py util/jsoncomm: chain the BufferError in recv 2020-10-30 17:28:31 +01:00
linux.py
osrelease.py
ostree.py
rmrf.py
selinux.py
types.py