mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Parse description properly, whoops
This commit is contained in:
parent
a87ceabd04
commit
682fb03227
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue