fix PEP8 "E261 at least two spaces before inline comment"

This commit is contained in:
Hans-Christoph Steiner 2014-05-01 23:48:12 -04:00
parent aa5f317c26
commit 6abb390547
3 changed files with 4 additions and 4 deletions

View file

@ -130,7 +130,7 @@ def main():
projecttype = None
issuetracker = None
license = None
website = url #by default, we might override it
website = url # by default, we might override it
if url.startswith('git://'):
projecttype = 'git'
repo = url