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:
fdd7123
)
Slightly better summary/name warning message
author
Daniel Martí
<mvdan@mvdan.cc>
Sun, 27 Apr 2014 12:14:49 +0000
(14:14 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Sun, 27 Apr 2014 12:14:49 +0000
(14:14 +0200)
fdroidserver/lint.py
patch
|
blob
|
history
diff --git
a/fdroidserver/lint.py
b/fdroidserver/lint.py
index 19d4f93bfccc11f958162d7cbcd96a448470c7ce..cc0ca498d4de05993c935d15fbe3b5fc653c9746 100644
(file)
--- a/
fdroidserver/lint.py
+++ b/
fdroidserver/lint.py
@@
-182,7
+182,7
@@
def main():
if summary_l == name_l:
warn("Summary '%s' is just the app's name" % summary)
elif (summary_l in name_l or name_l in summary_l):
- pwarn("Summary '%s' probably contains redundant info
of
app name '%s'" % (
+ pwarn("Summary '%s' probably contains redundant info
already in
app name '%s'" % (
summary, name))
# Invalid lists