mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Strip Auto Name: name to avoid extra spacing errors
This commit is contained in:
parent
d661b7a877
commit
1f3653af15
1 changed files with 1 additions and 1 deletions
|
|
@ -619,7 +619,7 @@ def fetch_real_name(app_dir, flavour):
|
||||||
if app_found:
|
if app_found:
|
||||||
matches = name_search(line)
|
matches = name_search(line)
|
||||||
if matches:
|
if matches:
|
||||||
return retrieve_string(xml_dir, matches.group(1))
|
return retrieve_string(xml_dir, matches.group(1)).strip()
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
# Retrieve the version name
|
# Retrieve the version name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue