]> git.notmuchmail.org Git - notmuch/commitdiff
python config access: fix style and KeyError bug
authorFloris Bruynooghe <flub@devork.be>
Mon, 15 Jun 2020 21:55:53 +0000 (23:55 +0200)
committerDavid Bremner <david@tethera.net>
Tue, 16 Jun 2020 00:50:03 +0000 (21:50 -0300)
This fixes some minor style/pep8 things and adds tests for the new
config support.  Also fixes a bug where KeyError was never raised
on a missing key.


No differences found