mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Remove redundant AntiFeatures bool check
This commit is contained in:
parent
2cd3958526
commit
7ff833b948
1 changed files with 1 additions and 2 deletions
|
|
@ -1231,8 +1231,7 @@ def write_plaintext_metadata(mf, app, w_comment, w_field, w_build):
|
||||||
w_field(f, v)
|
w_field(f, v)
|
||||||
|
|
||||||
w_field_nonempty('Disabled')
|
w_field_nonempty('Disabled')
|
||||||
if app.AntiFeatures:
|
w_field_nonempty('AntiFeatures')
|
||||||
w_field_always('AntiFeatures')
|
|
||||||
w_field_nonempty('Provides')
|
w_field_nonempty('Provides')
|
||||||
w_field_always('Categories')
|
w_field_always('Categories')
|
||||||
w_field_always('License')
|
w_field_always('License')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue