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

Appearance settings

Commit c55d352

Browse filesBrowse files
authored
Say -I'm not a witch- . (#3)
1 parent f4c5c7a commit c55d352
Copy full SHA for c55d352

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎backport/tasks.py

Copy file name to clipboardExpand all lines: backport/tasks.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
@app.task
1717
def setup_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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.