Fix all pep8 warnings

This commit is contained in:
Daniel Martí 2014-10-24 22:23:58 +02:00
parent 8568805866
commit 3829896a8a
3 changed files with 9 additions and 12 deletions

View file

@ -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

View file

@ -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)