This commit is contained in:
ed
2021-05-29 15:03:32 +02:00
parent d8fd82bcb5
commit eb5aaddba4
8 changed files with 36 additions and 64 deletions

View File

@@ -985,7 +985,7 @@ def chkcmd(*argv):
return sout, serr
def mchkcmd(*argv, timeout=10):
def mchkcmd(argv, timeout=10):
if PY2:
with open(os.devnull, "wb") as f:
rv = sp.call(argv, stdout=f, stderr=f)