fix PEP8 "W291 trailing whitespace"

This commit is contained in:
Hans-Christoph Steiner 2014-05-01 22:26:54 -04:00
parent 62204d1fe5
commit 58a484e74e
2 changed files with 2 additions and 2 deletions

View file

@ -476,7 +476,7 @@ def scan_apks(apps, apkcache, repodir, knownapks):
iconfile = open(icondest, 'wb')
iconfile.write(apk.read(iconsrc))
iconfile.close()
thisinfo['icons'][density] = iconfilename
thisinfo['icons'][density] = iconfilename
except:
logging.warn("Error retrieving icon file")