Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2124e66

Browse files
Revert "Pull from a fix branch to workaround Blurb's failure" (#53)
Revertsde47b93
1 parent80b862b commit2124e66

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎manage_translation.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ def _call(command: str):
4949

5050

5151
PROJECT_SLUG='python-311'
52-
VERSION='backport-40a4d88-3.11'# https://github.com/python/cpython/pull/128879
53-
GITHUB_ORG='miss-islington'
52+
VERSION='3.11'
5453

5554
defrecreate_tx_config():
5655
"""
@@ -85,7 +84,7 @@ def _get_files_to_delete():
8584

8685

8786
def_clone_cpython_repo(version:str):
88-
_call(f'git clone -b{version} --single-branch https://github.com/{GITHUB_ORG}/cpython.git --depth 1')
87+
_call(f'git clone -b{version} --single-branch https://github.com/python/cpython.git --depth 1')
8988

9089

9190
def_build_gettext():

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp