[Cluster-devel] conga/luci/site/luci/Extensions ricci_bridge.py

rmccabe at sourceware.org rmccabe at sourceware.org
Thu Nov 16 20:20:50 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-11-16 20:20:50

Modified files:
	luci/site/luci/Extensions: ricci_bridge.py 

Log message:
	fix brain damage that caused making no changes to daemon properties to cause an uncaught exception (related to bz# 215034)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&r1=1.43&r2=1.44

--- conga/luci/site/luci/Extensions/ricci_bridge.py	2006/11/13 21:40:55	1.43
+++ conga/luci/site/luci/Extensions/ricci_bridge.py	2006/11/16 20:20:49	1.44
@@ -487,7 +487,7 @@
 		batch += '</var></function_call></request></module>'
 
 	if batch == '':
-		return None
+		return None, None
 	ricci_xml = rc.batch_run(batch)
 	return batchAttemptResult(ricci_xml)
 	




More information about the Cluster-devel mailing list