mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +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)
|
sys.exit(1)
|
||||||
elif url.startswith('http://code.google.com/p/'):
|
elif url.startswith('http://code.google.com/p/'):
|
||||||
if not url.endswith('/'):
|
if not url.endswith('/'):
|
||||||
url += '/';
|
url += '/'
|
||||||
projecttype = 'googlecode'
|
projecttype = 'googlecode'
|
||||||
sourcecode = url + 'source/checkout'
|
sourcecode = url + 'source/checkout'
|
||||||
if options.repo:
|
if options.repo:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue