fix pep8
This commit is contained in:
parent
45ee594d58
commit
70559a1030
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ if __name__ == '__main__':
|
|||
with open('/tmp/%s-coverage' % project, 'rb') as f:
|
||||
coverage = f.read().strip()
|
||||
self.redirect(('https://img.shields.io/badge/'
|
||||
'coverage-%s-brightgreen.svg'
|
||||
'?style=flat') %
|
||||
urllib.quote(coverage))
|
||||
'coverage-%s-brightgreen.svg'
|
||||
'?style=flat') %
|
||||
urllib.quote(coverage))
|
||||
except IOError:
|
||||
raise tornado.web.HTTPError(404)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue