chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a87ceab
)
Parse description properly, whoops
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Wed, 11 Jan 2012 15:23:10 +0000
(15:23 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Wed, 11 Jan 2012 15:23:10 +0000
(15:23 +0000)
common.py
patch
|
blob
|
history
diff --git
a/common.py
b/common.py
index cac6a345a82cca79ee52564fbb68ec9c5cf6069f..5aea8db2429e7f75dfaf46a4568f420f4b88ac47 100644
(file)
--- a/
common.py
+++ b/
common.py
@@
-502,7
+502,7
@@
def parse_description(lines):
if not text.endswith('\n') and len(text) > 0:
text += ' '
text += line
- return
''
+ return
text
class BuildException(Exception):