mirror of
https://github.com/9001/copyparty.git
synced 2026-03-27 18:42:58 +10:00
v0.11.0
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user