Skip to content

Commit 50f432d

Browse files
committed
BLD: merge-script.py typo
1 parent 20f6512 commit 50f432d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/merge-pr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def merge_pr(pr_num, target_ref):
160160
if body is not None:
161161
merge_message_flags += ["-m", '\n'.join(textwrap.wrap(body))]
162162

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

165165
merge_message_flags += ["-m", authors]
166166

0 commit comments

Comments
 (0)