Skip to content

Commit

Permalink
BLD: merge-script.py typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Nov 25, 2017
1 parent 20f6512 commit 50f432d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/merge-pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def merge_pr(pr_num, target_ref):
if body is not None:
merge_message_flags += ["-m", '\n'.join(textwrap.wrap(body))]

authors = "\n".join("Author: %s" % a for a in distinct_authorsS)
authors = "\n".join("Author: %s" % a for a in distinct_authors)

merge_message_flags += ["-m", authors]

Expand Down

0 comments on commit 50f432d

Please sign in to comment.