1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 19:30:09 +02:00

Fix checkupdates (broken since 996f14)

This commit is contained in:
Ciaran Gultnieks 2013-12-04 14:23:26 +00:00
parent 996f141da8
commit 12dbc82c37

View File

@ -409,9 +409,9 @@ def main():
print "ERROR: Auto Name or Current Version failed for %s due to exception: %s" % (app['id'], traceback.format_exc())
if updating:
print '...updating to version %s' % ver
name = common.getappname(app)
ver = common.getcvname(app)
print '...updating to version %s' % ver
logmsg = 'Update CV of %s to %s' % (name, ver)
if options.auto: