mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
checkupdates --gplay: missing reason crashes print
Signed-off-by: Jean Privat <jean@pryen.org>
This commit is contained in:
parent
55b2574dde
commit
ff523a6425
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ def main():
|
||||||
if reason == '404':
|
if reason == '404':
|
||||||
print "%s is not in the Play Store" % common.getappname(app)
|
print "%s is not in the Play Store" % common.getappname(app)
|
||||||
else:
|
else:
|
||||||
print "%s encountered a problem: %s" % common.getappname(app)
|
print "%s encountered a problem: %s" % (common.getappname(app), reason)
|
||||||
if version is not None:
|
if version is not None:
|
||||||
stored = app['Current Version']
|
stored = app['Current Version']
|
||||||
if LooseVersion(stored) < LooseVersion(version):
|
if LooseVersion(stored) < LooseVersion(version):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue