1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Formatting fix for f345b24

This commit is contained in:
Ciaran Gultnieks 2015-05-15 21:55:20 +01:00
parent 4178b34351
commit 6196e8acc1

View File

@ -218,7 +218,7 @@ def main():
desc_charcount, config['char_limits']['Description']))
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")
# Regex checks in all kinds of fields