]> git.cworth.org Git - notmuch/commit
Fix error message when using notmuch_status_to_string
authorFloris Bruynooghe <flub@devork.be>
Sat, 6 Nov 2021 11:02:37 +0000 (12:02 +0100)
committerDavid Bremner <david@tethera.net>
Sun, 5 Dec 2021 12:53:39 +0000 (08:53 -0400)
commitca4e1d885b0d9dcdeb45ad6f2829f88dafc7949c
tree58edcb61b51f3daa33432f7a181112f25120c7eb
parentd7f95724132bf658fd151630185899737e2ed829
Fix error message when using notmuch_status_to_string

The python exception class was incorrectly loading the error message
which resulted in unprintable exception objects.
bindings/python-cffi/notmuch2/_errors.py
bindings/python-cffi/tests/test_errors.py [new file with mode: 0644]