mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Fix checkupdates (broken since 996f14)
This commit is contained in:
parent
996f141da8
commit
12dbc82c37
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue