Skip to content

Commit c5b3821

Browse files
authored
Update completion.py: update potodo API
1 parent 86b7176 commit c5b3821

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
@@ -35,7 +35,7 @@ def get_completion(clones_dir: str, repo: str) -> tuple[float, str, float]:
3535
else:
3636
break
3737
path_for_merge = Path(clones_dir, 'rebased_translations', repo)
38-
completion = potodo.merge_and_scan_path(
38+
completion = potodo.merge_and_scan_paths(
3939
clone_path,
4040
pot_path=Path(clones_dir, 'cpython/Doc/build/gettext'),
4141
merge_path=path_for_merge,

0 commit comments

Comments
 (0)