mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Parse description properly, whoops
This commit is contained in:
parent
a87ceabd04
commit
682fb03227
@ -502,7 +502,7 @@ def parse_description(lines):
|
|||||||
if not text.endswith('\n') and len(text) > 0:
|
if not text.endswith('\n') and len(text) > 0:
|
||||||
text += ' '
|
text += ' '
|
||||||
text += line
|
text += line
|
||||||
return ''
|
return text
|
||||||
|
|
||||||
|
|
||||||
class BuildException(Exception):
|
class BuildException(Exception):
|
||||||
|
Loading…
Reference in New Issue
Block a user