From a4b70bbf8b5e37b68c82d5fc71087772944516a9 Mon Sep 17 00:00:00 2001 From: toonn Date: Sat, 5 Feb 2022 19:29:57 +0100 Subject: Revert "plugin_ipc: Drop disappeared Pylint options" This reverts commit 8110d6990ae12e4e55d2ceaefabdb63b39238b6c. --- examples/plugin_ipc.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/plugin_ipc.py b/examples/plugin_ipc.py index da6a19b0..0e7de3bb 100644 --- a/examples/plugin_ipc.py +++ b/examples/plugin_ipc.py @@ -32,6 +32,7 @@ def hook_init(fm): while True: # The IPC encoding depends on the system locale so we can't # guess here. + # pylint: disable=unspecified-encoding with open(filepath, 'r') as fifo: line = fifo.read() fm.execute_console(line.strip()) -- cgit 1.4.1-2-gfad0