mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Fix checkupdates (broken since 996f14)
This commit is contained in:
parent
996f141da8
commit
12dbc82c37
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user