forked from sig_core/toolkit
fix subprocess
This commit is contained in:
parent
fdbfd840a0
commit
08f7a44cc1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user