Skip to content

Commit

Permalink
Say -I'm not a witch- . (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta authored Sep 5, 2017
1 parent f4c5c7a commit c55d352
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backport/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

@app.task
def setup_cpython_repo():
"""
"""
subprocess.check_output(
f"git clone https://{os.environ.get('GH_AUTH')}:[email protected]/miss-islington/cpython.git".split())
subprocess.check_output("git config --global user.email '[email protected]'".split())
Expand All @@ -25,6 +23,7 @@ def setup_cpython_repo():
subprocess.check_output(
f"git remote add upstream https://{os.environ.get('GH_AUTH')}:[email protected]/python/cpython.git".split())
print("Finished setting up CPython Repo")
util.comment_on_pr(1875, "I'm not a witch! I'm not a witch!")


@app.task
Expand Down

0 comments on commit c55d352

Please sign in to comment.