diff options
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' |
