Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Sep 16, 2024
1 parent bf89b6f commit 3e5859f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_helper/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def prepare(configs: dict[str, dict[str, Any]]) -> None:
tasks = []
for cfg_name, openwrt in openwrts.items():
config = configs[cfg_name]
tasks.append((config, cfg_name, openwrt, cloned_repos, global_files_path, compiler))
tasks.append((config, cfg_name, openwrt, cloned_repos, global_files_path))
with Pool(len(cfg_names)) as p:
for cfg_name, config, tar_path in p.starmap(prepare_cfg, tasks):
configs[cfg_name] = config
Expand Down

0 comments on commit 3e5859f

Please sign in to comment.