mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-19 07:28:23 -04:00
Warn about empty categs
This commit is contained in:
@@ -198,6 +198,8 @@ def main():
|
||||
# "None" still a category
|
||||
if 'None' in app['Categories']:
|
||||
warn("Category 'None' is is still present")
|
||||
elif not app['Categories']:
|
||||
warn("Categories are not set")
|
||||
|
||||
name = app['Name'] or app['Auto Name']
|
||||
if app['Summary'] and name:
|
||||
|
||||
Reference in New Issue
Block a user