chiark / gitweb /
fix PEP8 "E703 statement ends with a semicolon"
authorHans-Christoph Steiner <hans@eds.org>
Fri, 2 May 2014 02:32:19 +0000 (22:32 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 6 May 2014 15:45:03 +0000 (11:45 -0400)
fdroidserver/import.py

index 4af5ab1cbd29d8cecb915b32341fca52d26c167f..12c5beb88285641a00a2e93a0ae71bd864dee5f4 100644 (file)
@@ -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: