Skip to content

Commit 7eaa9d4

Browse files
committed
Oops, forgot a comment while working last time one this one.
1 parent 1397a8d commit 7eaa9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def translation_branch(locale_repo, locale_clone_dir, needed_version: str):
302302
This function looks for remote branches on the given repo, and
303303
returns the name of the nearest existing branch.
304304
"""
305-
# git_clone(locale_repo, locale_clone_dir)
305+
git_clone(locale_repo, locale_clone_dir)
306306
remote_branches = run(["git", "-C", locale_clone_dir, "branch", "-r"]).stdout
307307
branches = re.findall(r"/([0-9]+\.[0-9]+)$", remote_branches, re.M)
308308
return locate_nearest_version(branches, needed_version)

0 commit comments

Comments
 (0)