mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Formatting fix for f345b24
This commit is contained in:
parent
4178b34351
commit
6196e8acc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue