chiark / gitweb /
Parse description properly, whoops
authorCiaran Gultnieks <ciaran@ciarang.com>
Wed, 11 Jan 2012 15:23:10 +0000 (15:23 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Wed, 11 Jan 2012 15:23:10 +0000 (15:23 +0000)
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):