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

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