chiark / gitweb /
labels can be on the same line as <application
authorDaniel Martí <mvdan@mvdan.cc>
Sat, 15 Jun 2013 16:33:24 +0000 (18:33 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Sat, 15 Jun 2013 16:33:24 +0000 (18:33 +0200)
fdroidserver/common.py

index c02cda95c535deddc727722371b945cc0a08cfed..380e43de341e129293b3a1fd4d6c954734634798 100644 (file)
@@ -872,7 +872,7 @@ def fetch_real_name(app_dir):
         if not app_found:
             if app_search(line):
                 app_found = True
-        else:
+        if app_found:
             if name is not None:
                 break
             matches = name_search(line)