Skip to content

Commit 6d3740b

Browse files
committed
BLD: edit on merge-pr script
1 parent 0ffcf9e commit 6d3740b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/merge-pr.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ def fix_version_from_branch(branch, versions):
297297
continue_maybe(msg)
298298

299299
print("\n=== Pull Request #%s ===" % pr_num)
300-
print("title\t%s\nsource\t%s\ntarget\t%s\nurl\t%s"
301-
% (title, pr_repo_desc, target_ref, url))
300+
print("title\t{title}\nsource\t{source}\ntarget\t{target}\nurl\t{url}".format(
301+
title=title, source=pr_repo_desc, target=target_ref, url=url))
302302

303303

304304

0 commit comments

Comments
 (0)