mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
fix PEP8 "E261 at least two spaces before inline comment"
This commit is contained in:
parent
aa5f317c26
commit
6abb390547
3 changed files with 4 additions and 4 deletions
|
|
@ -130,7 +130,7 @@ def main():
|
||||||
projecttype = None
|
projecttype = None
|
||||||
issuetracker = None
|
issuetracker = None
|
||||||
license = None
|
license = None
|
||||||
website = url #by default, we might override it
|
website = url # by default, we might override it
|
||||||
if url.startswith('git://'):
|
if url.startswith('git://'):
|
||||||
projecttype = 'git'
|
projecttype = 'git'
|
||||||
repo = url
|
repo = url
|
||||||
|
|
|
||||||
|
|
@ -335,7 +335,7 @@ class DescriptionFormatter:
|
||||||
self.text_html += '<ol>'
|
self.text_html += '<ol>'
|
||||||
self.state = self.stOL
|
self.state = self.stOL
|
||||||
self.text_html += '<li>'
|
self.text_html += '<li>'
|
||||||
self.text_plain += '* ' #TODO: lazy - put the numbers in!
|
self.text_plain += '* ' # TODO: lazy - put the numbers in!
|
||||||
self.addtext(line[1:])
|
self.addtext(line[1:])
|
||||||
self.text_html += '</li>'
|
self.text_html += '</li>'
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue