diff options
| author | jvoisin | 2019-11-26 22:12:56 +0100 |
|---|---|---|
| committer | jvoisin | 2019-11-26 22:12:56 +0100 |
| commit | df1eb98a40e9c3dd052c2eff75d6bf75b2a34ba0 (patch) | |
| tree | ade0ea599e5068a63f2ab84dd6ca1dd12b05b501 /libmat2 | |
| parent | ada53cb9c6e53dddabd4fcdb176a8bf509b75bbd (diff) | |
Please the new version of pylint
Diffstat (limited to 'libmat2')
| -rw-r--r-- | libmat2/bubblewrap.py | 2 |
1 files changed, 2 insertions, 0 deletions
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'] | |||
| 18 | PIPE = subprocess.PIPE | 18 | PIPE = subprocess.PIPE |
| 19 | CalledProcessError = subprocess.CalledProcessError | 19 | CalledProcessError = subprocess.CalledProcessError |
| 20 | 20 | ||
| 21 | # pylint: disable=subprocess-run-check | ||
| 22 | |||
| 21 | 23 | ||
| 22 | def _get_bwrap_path() -> str: | 24 | def _get_bwrap_path() -> str: |
| 23 | bwrap_path = '/usr/bin/bwrap' | 25 | bwrap_path = '/usr/bin/bwrap' |
