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 3343357 commit 8bce055Copy full SHA for 8bce055
completion.py
@@ -53,7 +53,7 @@ def get_completion(clones_dir: str, repo: str) -> tuple[float, str, float]:
53
else:
54
clone_repo.git.checkout(commit.hexsha)
55
with TemporaryDirectory() as tmpdir:
56
- month_ago_completion = potodo.merge_and_scan_path(
+ month_ago_completion = potodo.merge_and_scan_paths(
57
[clone_path],
58
pot_path=Path(clones_dir, 'cpython/Doc/build/gettext'),
59
merge_path=Path(tmpdir),
0 commit comments