X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Ffilename.py;h=51dae202d5d656963a977739ae053ef55b35adb5;hb=228d8c0528311fa0e6c7ef675530b653019946de;hp=0c2e0d52b9d14f976a806dd3cd2ee63f71b98094;hpb=83b256b12be25b29f915587342b5ccb139864268;p=notmuch diff --git a/bindings/python/notmuch/filename.py b/bindings/python/notmuch/filename.py index 0c2e0d52..51dae202 100644 --- a/bindings/python/notmuch/filename.py +++ b/bindings/python/notmuch/filename.py @@ -93,7 +93,7 @@ class Filenames(Python3StringMixIn): raise NotmuchError(STATUS.NOT_INITIALIZED) while self._valid(self._files): - yield Filenames._get(self._files).decode('utf-8', errors='ignore') + yield Filenames._get(self._files).decode('utf-8', 'ignore') self._move_to_next(self._files) self._files = None