Use the utility here
This commit is contained in:
parent
f4860ec662
commit
37600727a4
@ -87,7 +87,7 @@ def clone_all_apps():
|
||||
continue
|
||||
|
||||
if not exists(f"{CLONES_PATH}/{name}"):
|
||||
run(split(f"git clone {url} {CLONES_PATH}/{name}"))
|
||||
_run_cmd(f"git clone {url} {CLONES_PATH}/{name}")
|
||||
|
||||
chdir(f"{CLONES_PATH}/{name}")
|
||||
if not int(_run_cmd("git branch --list | wc -l", shell=True)):
|
||||
|
Reference in New Issue
Block a user