fix issues link

This commit is contained in:
holger krekel 2013-11-19 09:20:50 +01:00
parent 4a1cc792c9
commit 97252a8b66
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ def report(issues):
kind = metadata["kind"]
status = issue["status"]
id = issue["local_id"]
link = "https://bitbucket.org/hpk42/pytest/issues/%s/" % id
link = "https://bitbucket.org/hpk42/pytest/issue/%s/" % id
print("----")
print(status, kind, link)
print(title)