Skip to content

Commit 6bc1d2a

Browse files
committed
Clone translations to a common directory
1 parent 8015f37 commit 6bc1d2a

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
@@ -23,7 +23,7 @@ def branches_from_devguide(devguide_dir: Path) -> list[str]:
2323
def get_completion(
2424
clones_dir: str, repo: str
2525
) -> tuple[float, 'TranslatorsData', str | None, float]:
26-
clone_path = Path(clones_dir, repo)
26+
clone_path = Path(clones_dir, 'translations', repo)
2727
for branch in branches_from_devguide(Path(clones_dir, 'devguide')) + [
2828
'master',
2929
'main',

0 commit comments

Comments
 (0)