mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Rename metafieldtype to fieldtype
For consistency with flagtype. Also less redundant.
This commit is contained in:
parent
2c095df947
commit
28566f6e57
2 changed files with 5 additions and 5 deletions
|
|
@ -107,7 +107,7 @@ def check_regexes(app):
|
|||
for f, checks in regex_checks.iteritems():
|
||||
for m, r in checks:
|
||||
v = app.get_field(f)
|
||||
t = metadata.metafieldtype(f)
|
||||
t = metadata.fieldtype(f)
|
||||
if t == metadata.TYPE_MULTILINE:
|
||||
for l in v.splitlines():
|
||||
if m.match(l):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue