Display previously ignored checkupdates error

This commit is contained in:
Ciaran Gultnieks 2013-10-31 15:39:47 +00:00
parent 08287a1fa8
commit 94598a05f5

View file

@ -396,7 +396,7 @@ def main():
app['Current Version'] = cv app['Current Version'] = cv
writeit = True writeit = True
except Exception: 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: if updating:
print '...updating to version %s (%s)' % (app['Current Version'], app['Current Version Code']) print '...updating to version %s (%s)' % (app['Current Version'], app['Current Version Code'])