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
)
git_clone = subprocess.Popen(
clonecmd,
git_clone = subprocess.call(
shlex.split(clonecmd),
stdout=subprocess.DEVNULL,
stderr=subprocess.DEVNULL,
shell=True
stderr=subprocess.DEVNULL
)
# Copy files