1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

checkupdates --gplay: missing reason crashes print

Signed-off-by: Jean Privat <jean@pryen.org>
This commit is contained in:
Jean Privat 2014-01-15 08:58:50 -05:00
parent 55b2574dde
commit ff523a6425

View File

@ -311,7 +311,7 @@ def main():
if reason == '404':
print "%s is not in the Play Store" % common.getappname(app)
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:
stored = app['Current Version']
if LooseVersion(stored) < LooseVersion(version):