From: Daniel Martí Date: Fri, 7 Feb 2014 20:08:04 +0000 (+0100) Subject: Strip Auto Name: name to avoid extra spacing errors X-Git-Tag: 0.2~319 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1f3653af156fa06bd918e0bf33a2a66b70fee9c4;p=fdroidserver.git Strip Auto Name: name to avoid extra spacing errors --- diff --git a/fdroidserver/common.py b/fdroidserver/common.py index 40d7060a..7533149e 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -619,7 +619,7 @@ def fetch_real_name(app_dir, flavour): if app_found: matches = name_search(line) if matches: - return retrieve_string(xml_dir, matches.group(1)) + return retrieve_string(xml_dir, matches.group(1)).strip() return '' # Retrieve the version name