Please the new version of pylint
This commit is contained in:
parent
ada53cb9c6
commit
df1eb98a40
2 changed files with 4 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue