From ce8bca79712def8f6ae2f89aab138302175327ca Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Sat, 22 Feb 2014 09:11:50 +0000 Subject: [PATCH] Avoid auto-name exception noise --- fdroidserver/checkupdates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdroidserver/checkupdates.py b/fdroidserver/checkupdates.py index 18f5abb7..6d1db107 100644 --- a/fdroidserver/checkupdates.py +++ b/fdroidserver/checkupdates.py @@ -389,7 +389,7 @@ def main(): writeit = True # Do the Auto Name thing as well as finding the CV real name - if len(app["Repo Type"]) > 0: + if len(app["Repo Type"]) > 0 and tag: try: -- 2.30.2