Skip to content

Commit c55d352

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backport/tasks.py

+1-2
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')}:[email protected]/miss-islington/cpython.git".split())
2220
subprocess.check_output("git config --global user.email '[email protected]'".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')}:[email protected]/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)