mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
fix PEP8 E124 closing bracket missing visual indentation
This commit is contained in:
parent
2656ea230c
commit
e3628b2d74
1 changed files with 2 additions and 4 deletions
|
@ -1537,8 +1537,7 @@ def scan_source(build_dir, root_dir, thisbuild):
|
||||||
'application/zip',
|
'application/zip',
|
||||||
'application/java-archive',
|
'application/java-archive',
|
||||||
'application/octet-stream',
|
'application/octet-stream',
|
||||||
'binary',
|
'binary', ):
|
||||||
):
|
|
||||||
|
|
||||||
if has_extension(fp, 'apk'):
|
if has_extension(fp, 'apk'):
|
||||||
removeproblem('APK file', fd, fp)
|
removeproblem('APK file', fd, fp)
|
||||||
|
@ -1803,8 +1802,7 @@ def remove_signing_keys(build_dir):
|
||||||
'project.properties',
|
'project.properties',
|
||||||
'build.properties',
|
'build.properties',
|
||||||
'default.properties',
|
'default.properties',
|
||||||
'ant.properties',
|
'ant.properties', ]:
|
||||||
]:
|
|
||||||
if propfile in files:
|
if propfile in files:
|
||||||
path = os.path.join(root, propfile)
|
path = os.path.join(root, propfile)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue