mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Fix all pep8 warnings
This commit is contained in:
parent
8568805866
commit
3829896a8a
3 changed files with 9 additions and 12 deletions
|
|
@ -83,9 +83,9 @@ def main():
|
|||
raise FDroidException("Failed to get " + apkfilename)
|
||||
|
||||
compare_result = common.compare_apks(
|
||||
os.path.join(unsigned_dir, apkfilename),
|
||||
remoteapk,
|
||||
tmp_dir)
|
||||
os.path.join(unsigned_dir, apkfilename),
|
||||
remoteapk,
|
||||
tmp_dir)
|
||||
if compare_result:
|
||||
raise FDroidException(compare_result)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue