# HG changeset patch # User Jeff Hammel # Date 1291685641 28800 # Node ID a8eb5c7d40426e7d30b921c3afeceb8af5b5d521 # Parent 839b5f852c9d7a7a869af1543a617c19e0d4371b forgot to put the comments in an array diff -r 839b5f852c9d -r a8eb5c7d4042 bzconsole/main.py --- 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