changeset 16:a8eb5c7d4042

forgot to put the comments in an array
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 06 Dec 2010 17:34:01 -0800
parents 839b5f852c9d
children 7fe6f1e923bb
files bzconsole/main.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bzconsole/main.py	Mon Dec 06 17:28:37 2010 -0800
+++ b/bzconsole/main.py	Mon Dec 06 17:34:01 2010 -0800
@@ -78,7 +78,7 @@
         # create the needed data structure
         request = dict(product=product, component=component,
                        summary=title, version=version,
-                       comments=self._comment(description),
+                       comments=[self._comment(description)],
                        op_sys='All', platform='All',)
 
         # POST the request