Import upstream fix fixing broken links
This commit is contained in:
parent
fd590b2e4e
commit
4e9eb5d7a9
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ def main():
|
|||
ticketobj.id = ticket[0]
|
||||
ticketobj.title = ticket[3]['summary']
|
||||
ticketobj.url = 'http://fedorahosted.org/%s/ticket/%s' %(
|
||||
project, ticket[0])
|
||||
project.name, ticket[0])
|
||||
ticketobj.status = ticket[3]['status']
|
||||
ticketobj.type = ticket[3]['type']
|
||||
ticketobj.component = ticket[3]['component']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue