Skip to content

Commit 8bce055

Browse files
authored
Update completion.py: update potodo API
1 parent 3343357 commit 8bce055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def get_completion(clones_dir: str, repo: str) -> tuple[float, str, float]:
5353
else:
5454
clone_repo.git.checkout(commit.hexsha)
5555
with TemporaryDirectory() as tmpdir:
56-
month_ago_completion = potodo.merge_and_scan_path(
56+
month_ago_completion = potodo.merge_and_scan_paths(
5757
[clone_path],
5858
pot_path=Path(clones_dir, 'cpython/Doc/build/gettext'),
5959
merge_path=Path(tmpdir),

0 commit comments

Comments
 (0)