mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Formatting fix for f345b24
This commit is contained in:
parent
4178b34351
commit
6196e8acc1
@ -218,7 +218,7 @@ def main():
|
|||||||
desc_charcount, config['char_limits']['Description']))
|
desc_charcount, config['char_limits']['Description']))
|
||||||
|
|
||||||
if (not desc[0] or not desc[-1]
|
if (not desc[0] or not desc[-1]
|
||||||
or any(not desc[l-1] and not desc[l] for l in range(1, len(desc)))):
|
or any(not desc[l - 1] and not desc[l] for l in range(1, len(desc)))):
|
||||||
warn("Description has an extra empty line")
|
warn("Description has an extra empty line")
|
||||||
|
|
||||||
# Regex checks in all kinds of fields
|
# Regex checks in all kinds of fields
|
||||||
|
Loading…
Reference in New Issue
Block a user