chore: fix bootstrap script on 3-0-x (#14361)
This commit is contained in:
parent
6bc1e37156
commit
8e9c5b8338
1 changed files with 0 additions and 2 deletions
|
@ -169,8 +169,6 @@ def setup_libchromiumcontent(is_dev, target_arch, url,
|
||||||
mkdir_p(target_dir)
|
mkdir_p(target_dir)
|
||||||
else:
|
else:
|
||||||
mkdir_p(DOWNLOAD_DIR)
|
mkdir_p(DOWNLOAD_DIR)
|
||||||
if is_verbose_mode():
|
|
||||||
args += ['-v']
|
|
||||||
if is_dev:
|
if is_dev:
|
||||||
subprocess.check_call([sys.executable, script] + args)
|
subprocess.check_call([sys.executable, script] + args)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue