chiark / gitweb /
Do not say "manifest exists" if that's not the case
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 15 Aug 2013 10:22:49 +0000 (12:22 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 15 Aug 2013 10:22:49 +0000 (12:22 +0200)
fdroidserver/checkupdates.py

index 452a83db3e065440c6067cf15af3e7f5225e6c61..1fcb023b9b58a5118e659039f9f66791e3c27006 100644 (file)
@@ -77,8 +77,8 @@ def check_tags(app, sdk_path):
             # Only process tags where the manifest exists...
             paths = common.manifest_paths(build_dir, flavour)
             version, vercode, package = common.parse_androidmanifests(paths)
-            print "Manifest exists. Found version %s" % version
             if package and package == app['id'] and version and vercode:
+                print "Manifest exists. Found version %s" % version
                 if int(vercode) > int(hcode):
                     hcode = str(int(vercode))
                     hver = version