We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82bbad commit 3f5e339Copy full SHA for 3f5e339
generate_build_details.py
@@ -25,7 +25,7 @@ def get_projects_build_details(
25
) -> Iterator[tuple[int, int, datetime | None]]:
26
with concurrent.futures.ProcessPoolExecutor() as executor:
27
return executor.map(
28
- get_metadata,
+ get_build_details,
29
*zip(*map(get_language_repo_and_completion, completion_progress)),
30
itertools.repeat(Path('clones')),
31
)
0 commit comments