From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 9 Oct 2006 20:21:59 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20061009202159.25971.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2006-10-09 20:21:58 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: another typo Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.86&r2=1.87 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2006/10/09 17:12:28 1.86 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2006/10/09 20:21:58 1.87 @@ -293,7 +293,7 @@ if not form_xml: raise KeyError('form_xml must not be blank') except KeyError, e: - return (False, {errors: ['No resource data was supplied for this service.']}) + return (False, {'errors': ['No resource data was supplied for this service.']}) try: doc = minidom.parseString(form_xml)