fix subprocess

This commit is contained in:
Louis Abel 2022-06-21 23:23:36 -07:00
parent fdbfd840a0
commit 08f7a44cc1
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 3 additions and 4 deletions

View File

@ -871,11 +871,10 @@ class RepoSync:
tmpclone tmpclone
) )
git_clone = subprocess.Popen( git_clone = subprocess.call(
clonecmd, shlex.split(clonecmd),
stdout=subprocess.DEVNULL, stdout=subprocess.DEVNULL,
stderr=subprocess.DEVNULL, stderr=subprocess.DEVNULL
shell=True
) )
# Copy files # Copy files