mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
fix PEP8 "E703 statement ends with a semicolon"
This commit is contained in:
parent
7e17fafc14
commit
d8bae963a9
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ def main():
|
|||
sys.exit(1)
|
||||
elif url.startswith('http://code.google.com/p/'):
|
||||
if not url.endswith('/'):
|
||||
url += '/';
|
||||
url += '/'
|
||||
projecttype = 'googlecode'
|
||||
sourcecode = url + 'source/checkout'
|
||||
if options.repo:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue