diff options
-rw-r--r-- | poezio/plugin_e2ee.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/plugin_e2ee.py b/poezio/plugin_e2ee.py index 410fc82e..d4b26d46 100644 --- a/poezio/plugin_e2ee.py +++ b/poezio/plugin_e2ee.py @@ -325,6 +325,7 @@ class E2EEPlugin(BasePlugin): Wrapper around _encrypt() to handle errors and display the message after encryption. """ try: + # pylint: disable=unexpected-keyword-arg result = await self._encrypt(stanza, passthrough=True) except NothingToEncrypt: return stanza |