[PATCH] python: fix get_property error when property doesn't exist
VA
dev+notmuch at indigo.re
Wed Feb 6 11:24:49 PST 2019
Le 01/02/2019 à 14:45, David Bremner a écrit :
> Should we be throwing an appropriate exception rather than returning
> None? That seems more pythonic to me. In either case we should document
> the error handling.
What would it be? KeyError?
Though, some standard Python methods like dict.get return None in case
the key doesn't exist.
More information about the notmuch
mailing list