chiark / gitweb /
Fix checkupdates (broken since 996f14)
authorCiaran Gultnieks <ciaran@ciarang.com>
Wed, 4 Dec 2013 14:23:26 +0000 (14:23 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Wed, 4 Dec 2013 14:23:26 +0000 (14:23 +0000)
fdroidserver/checkupdates.py

index 120569e2341aeec4de6d644dfba5e84ecafe0b5e..e17a6209fd5a4d20802ce3104b7f666b4e065df4 100644 (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: