From d15a8908cd3cf2180708ffd86f40b29d4401b382 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Wed, 29 Dec 2010 10:56:07 +0000 Subject: [PATCH] For convenience, display the app's web URL with a don't have market version message --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 8c01e9f8..61519e2d 100644 --- a/update.py +++ b/update.py @@ -261,7 +261,7 @@ for app in apps: if not gotmarketver and app['marketvercode'] != '0': print "WARNING: Don't have market version (" + app['marketversion'] + ") of " + app['name'] - print " (" + app['id'] + ")" + print " (" + app['id'] + ") " + app['web'] if options.verbose: # A bit of extra debug info, basically for diagnosing # app developer mistakes: -- 2.30.2