mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
Import upstream fix fixing broken links
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user