mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Strip Auto Name: name to avoid extra spacing errors
This commit is contained in:
parent
d661b7a877
commit
1f3653af15
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user