1
0
Fork 0
mirror of synced 2025-07-03 03:47:20 +02:00

Please the new version of pylint

This commit is contained in:
jvoisin 2019-11-26 22:12:56 +01:00
parent ada53cb9c6
commit df1eb98a40
2 changed files with 4 additions and 2 deletions

View file

@ -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'