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

Commitc55d352

Browse files
authored
Say -I'm not a witch- . (#3)
1 parentf4c5c7a commitc55d352

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎backport/tasks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
@app.task
1717
defsetup_cpython_repo():
18-
"""
19-
"""
2018
subprocess.check_output(
2119
f"git clone https://{os.environ.get('GH_AUTH')}:x-oauth-basic@github.com/miss-islington/cpython.git".split())
2220
subprocess.check_output("git config --global user.email 'mariatta.wijaya+miss-islington@gmail.com'".split())
@@ -25,6 +23,7 @@ def setup_cpython_repo():
2523
subprocess.check_output(
2624
f"git remote add upstream https://{os.environ.get('GH_AUTH')}:x-oauth-basic@github.com/python/cpython.git".split())
2725
print("Finished setting up CPython Repo")
26+
util.comment_on_pr(1875,"I'm not a witch! I'm not a witch!")
2827

2928

3029
@app.task

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp