mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Slightly better summary/name warning message
This commit is contained in:
parent
fdd7123c55
commit
4592cece2f
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ def main():
|
||||||
if summary_l == name_l:
|
if summary_l == name_l:
|
||||||
warn("Summary '%s' is just the app's name" % summary)
|
warn("Summary '%s' is just the app's name" % summary)
|
||||||
elif (summary_l in name_l or name_l in summary_l):
|
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))
|
summary, name))
|
||||||
|
|
||||||
# Invalid lists
|
# Invalid lists
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue