chiark / gitweb /
Display previously ignored checkupdates error
authorCiaran Gultnieks <ciaran@ciarang.com>
Thu, 31 Oct 2013 15:39:47 +0000 (15:39 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Thu, 31 Oct 2013 15:39:47 +0000 (15:39 +0000)
fdroidserver/checkupdates.py

index 9f637fe679ec6e153e9c9e3d73c112595b2136d8..0006d17892676f2451f5d3265967d197eb5421fe 100644 (file)
@@ -396,7 +396,7 @@ def main():
                         app['Current Version'] = cv
                         writeit = True
             except Exception:
-                msg = "Auto Name or Current Version failed for %s due to exception: %s" % (app['id'], traceback.format_exc())
+                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 (%s)' % (app['Current Version'], app['Current Version Code'])