chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1ef217
)
Never use @string/* as Auto Name
author
Daniel Martí
<mvdan@mvdan.cc>
Fri, 14 Jun 2013 08:09:23 +0000
(10:09 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Fri, 14 Jun 2013 08:09:23 +0000
(10:09 +0200)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index 35d2551f8fd54d9da39e4f3c09e62811a4dd132c..c02cda95c535deddc727722371b945cc0a08cfed 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-893,10
+893,10
@@
def fetch_real_name(app_dir):
name2 = matches.group(1)
if name2 is not None:
return name2
+ return ''
-
if name is not Non
e:
+
els
e:
return name
- return ''
# Extract some information from the AndroidManifest.xml at the given path.
# Returns (version, vercode, package), any or all of which might be None.