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 86b7176 commit c5b3821Copy full SHA for c5b3821
completion.py
@@ -35,7 +35,7 @@ def get_completion(clones_dir: str, repo: str) -> tuple[float, str, float]:
35
else:
36
break
37
path_for_merge = Path(clones_dir, 'rebased_translations', repo)
38
- completion = potodo.merge_and_scan_path(
+ completion = potodo.merge_and_scan_paths(
39
clone_path,
40
pot_path=Path(clones_dir, 'cpython/Doc/build/gettext'),
41
merge_path=path_for_merge,
0 commit comments