From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 16 Nov 2006 20:20:50 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions ricci_bridge.py Message-ID: <20061116202050.30403.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-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 += '' if batch == '': - return None + return None, None ricci_xml = rc.batch_run(batch) return batchAttemptResult(ricci_xml)