[Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ...

rmccabe at sourceware.org rmccabe at sourceware.org
Mon Oct 9 20:21:59 UTC 2006


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)




More information about the Cluster-devel mailing list