readyFile: hide non-error statuses

This commit is contained in:
Fierelier 2021-11-13 06:33:28 +01:00
parent 5f1d2cc48a
commit bea6ae9b5e

View File

@ -83,7 +83,7 @@ def readyFile(path):
target["path"],str(target["index"]), target["path"],str(target["index"]),
path,"--dest-dir=" +tmpPath, path,"--dest-dir=" +tmpPath,
"--preserve-dir-structure" "--preserve-dir-structure"
],check=True) ],check=True,stdout=subprocess.DEVNULL)
def renameFile(path,newpath): def renameFile(path,newpath):
if target["type"] == "offline": if target["type"] == "offline":