]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc/_ext: use raise .. from
authorKefu Chai <tchaikov@gmail.com>
Wed, 25 Jun 2025 00:14:54 +0000 (08:14 +0800)
committerKefu Chai <tchaikov@gmail.com>
Wed, 25 Jun 2025 00:24:19 +0000 (08:24 +0800)
commit84a456bb58fbae6d4e77f9487a2ba07e23fe102b
tree3edcb01f4328c94386644376236e83302e5b5be2
parent29f15aed77577565b5cdae8b2041cb278fc5d9ed
doc/_ext: use raise .. from

Use raise-from statement to preserve the root cause of the exception,
this helps to provide more context for debugging when the exception
is raised.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
doc/_ext/ceph_confval.py