chiark / gitweb /
For convenience, display the app's web URL with a don't have market version message
authorCiaran Gultnieks <ciaran@ciarang.com>
Wed, 29 Dec 2010 10:56:07 +0000 (10:56 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Wed, 29 Dec 2010 10:56:07 +0000 (10:56 +0000)
update.py

index 8c01e9f882a720079e434ea8b590fa2983a6382f..61519e2dac2d9a686ff21cc314c3a4ab7cb4d9db 100644 (file)
--- 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: