PEP8: long line complain.
This commit is contained in:
parent
74cc03e1b9
commit
e0b0d86da2
@ -35,8 +35,11 @@ class OpenQAReport(object):
|
|||||||
self.comment = CommentAPI(api.apiurl)
|
self.comment = CommentAPI(api.apiurl)
|
||||||
|
|
||||||
def _package_url(self, package):
|
def _package_url(self, package):
|
||||||
link = 'https://build.opensuse.org/package/live_build_log/%s/%s/%s/%s' % (
|
link = 'https://build.opensuse.org/package/live_build_log/%s/%s/%s/%s'
|
||||||
package['project'], package['package'], package['repository'], package['arch'])
|
link = link % (package['project'],
|
||||||
|
package['package'],
|
||||||
|
package['repository'],
|
||||||
|
package['arch'])
|
||||||
text = '[%s](%s)' % (package['arch'], link)
|
text = '[%s](%s)' % (package['arch'], link)
|
||||||
return text
|
return text
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user