mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Fix all pep8 warnings
This commit is contained in:
parent
8568805866
commit
3829896a8a
3 changed files with 9 additions and 12 deletions
|
@ -1819,6 +1819,3 @@ def compare_apks(apk1, apk2, tmp_dir):
|
||||||
|
|
||||||
# If we get here, it seems like they're the same!
|
# If we get here, it seems like they're the same!
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -113,7 +113,7 @@ def main():
|
||||||
|
|
||||||
# There ought to be valid metadata for this app, otherwise why are we
|
# There ought to be valid metadata for this app, otherwise why are we
|
||||||
# trying to publish it?
|
# trying to publish it?
|
||||||
if not appid in allapps:
|
if appid not in allapps:
|
||||||
logging.error("Unexpected {0} found in unsigned directory"
|
logging.error("Unexpected {0} found in unsigned directory"
|
||||||
.format(apkfilename))
|
.format(apkfilename))
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue