lint: fix 1 issue
This commit is contained in:
parent
32238e99ab
commit
d333cfdd5a
@ -217,7 +217,9 @@ class Out:
|
|||||||
output = subprocess.STDOUT
|
output = subprocess.STDOUT
|
||||||
else:
|
else:
|
||||||
output = subprocess.DEVNULL
|
output = subprocess.DEVNULL
|
||||||
return subprocess.check_output(arg, shell=True, timeout=timeout, stderr=output).decode()
|
return subprocess.check_output(
|
||||||
|
arg, shell=True, timeout=timeout, stderr=output
|
||||||
|
).decode()
|
||||||
|
|
||||||
def check_call(self, arg, env=None, quiet=False):
|
def check_call(self, arg, env=None, quiet=False):
|
||||||
if not quiet:
|
if not quiet:
|
||||||
|
Loading…
Reference in New Issue
Block a user