From: Floris Bruynooghe Date: Mon, 15 Jun 2020 21:55:53 +0000 (+0200) Subject: python config access: fix style and KeyError bug X-Git-Tag: archive/debian/0.30_rc2-1~7 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=1bca41698a03980b701558fb5c481ef0a340460d;hp=1bca41698a03980b701558fb5c481ef0a340460d;p=notmuch python config access: fix style and KeyError bug 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. ---