Skip to content

Commit

Permalink
pep fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Jul 22, 2017
1 parent 964a19b commit 6449f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/merge-py.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ def fix_version_from_branch(branch, versions):
branch_ver = branch.replace("branch-", "")
return filter(lambda x: x.name.startswith(branch_ver), versions)[-1]


pr_num = input("Which pull request would you like to merge? (e.g. 34): ")
pr = get_json("%s/pulls/%s" % (GITHUB_API_BASE, pr_num))

Expand Down

0 comments on commit 6449f22

Please sign in to comment.