From df1eb98a40e9c3dd052c2eff75d6bf75b2a34ba0 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 26 Nov 2019 22:12:56 +0100 Subject: Please the new version of pylint --- libmat2/bubblewrap.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmat2') diff --git a/libmat2/bubblewrap.py b/libmat2/bubblewrap.py index fb6fc9d..c05bdaa 100644 --- a/libmat2/bubblewrap.py +++ b/libmat2/bubblewrap.py @@ -18,6 +18,8 @@ __all__ = ['PIPE', 'run', 'CalledProcessError'] PIPE = subprocess.PIPE CalledProcessError = subprocess.CalledProcessError +# pylint: disable=subprocess-run-check + def _get_bwrap_path() -> str: bwrap_path = '/usr/bin/bwrap' -- cgit v1.3