Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eac97e4

Browse filesBrowse files
authored
Replace gh-issue-NNNN: with gh-NNNN: in the output (#451)
1 parent 8ef33e4 commit eac97e4
Copy full SHA for eac97e4

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎blurb/blurb.py

Copy file name to clipboardExpand all lines: blurb/blurb.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ def print(*a, sep=" "):
11131113
if metadata.get("gh-issue"):
11141114
issue_number = metadata['gh-issue']
11151115
if int(issue_number):
1116-
body = "gh-issue-" + issue_number + ": " + body
1116+
body = "gh-" + issue_number + ": " + body
11171117
elif metadata.get("bpo"):
11181118
issue_number = metadata['bpo']
11191119
if int(issue_number):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.