mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
fix PEP8 "W291 trailing whitespace"
This commit is contained in:
parent
62204d1fe5
commit
58a484e74e
2 changed files with 2 additions and 2 deletions
|
@ -527,7 +527,7 @@ class vcs_gitsvn(vcs):
|
||||||
svn_rev = rev_split[1]
|
svn_rev = rev_split[1]
|
||||||
|
|
||||||
else:
|
else:
|
||||||
# if no branch is specified, then assume trunk (ie. 'master'
|
# if no branch is specified, then assume trunk (ie. 'master'
|
||||||
# branch):
|
# branch):
|
||||||
treeish = 'master'
|
treeish = 'master'
|
||||||
svn_rev = rev
|
svn_rev = rev
|
||||||
|
|
|
@ -476,7 +476,7 @@ def scan_apks(apps, apkcache, repodir, knownapks):
|
||||||
iconfile = open(icondest, 'wb')
|
iconfile = open(icondest, 'wb')
|
||||||
iconfile.write(apk.read(iconsrc))
|
iconfile.write(apk.read(iconsrc))
|
||||||
iconfile.close()
|
iconfile.close()
|
||||||
thisinfo['icons'][density] = iconfilename
|
thisinfo['icons'][density] = iconfilename
|
||||||
|
|
||||||
except:
|
except:
|
||||||
logging.warn("Error retrieving icon file")
|
logging.warn("Error retrieving icon file")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue