Thanks to visit codestin.com Credit goes to github.com
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 b872e87 commit de47b93Copy full SHA for de47b93
manage_translation.py
@@ -49,8 +49,8 @@ def _call(command: str):
49
50
51
PROJECT_SLUG = 'python-311'
52
-VERSION = '3.11'
53
-
+VERSION = 'backport-40a4d88-3.11' # https://github.com/python/cpython/pull/128879
+GITHUB_ORG = 'miss-islington'
54
55
def recreate_tx_config():
56
"""
@@ -85,7 +85,7 @@ def _get_files_to_delete():
85
86
87
def _clone_cpython_repo(version: str):
88
- _call(f'git clone -b {version} --single-branch https://github.com/python/cpython.git --depth 1')
+ _call(f'git clone -b {version} --single-branch https://github.com/{GITHUB_ORG}/cpython.git --depth 1')
89
90
91
def _build_gettext():
0 commit comments