chiark / gitweb /
fix PEP8 E124 closing bracket missing visual indentation
authorHans-Christoph Steiner <hans@eds.org>
Tue, 20 Jan 2015 17:01:29 +0000 (18:01 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 21 Jan 2015 09:21:54 +0000 (10:21 +0100)
fdroidserver/common.py

index c256fb18a4365db6bc7c294f46016ae1fa6a7c74..05f736532591fe6f1ba0f7b43cc42a6650443f86 100644 (file)
@@ -1537,8 +1537,7 @@ def scan_source(build_dir, root_dir, thisbuild):
                     'application/zip',
                     'application/java-archive',
                     'application/octet-stream',
-                    'binary',
-            ):
+                    'binary', ):
 
                 if has_extension(fp, 'apk'):
                     removeproblem('APK file', fd, fp)
@@ -1803,8 +1802,7 @@ def remove_signing_keys(build_dir):
                 'project.properties',
                 'build.properties',
                 'default.properties',
-                'ant.properties',
-        ]:
+                'ant.properties', ]:
             if propfile in files:
                 path = os.path.join(root, propfile)