From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 16 Nov 2006 20:22:17 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions ricci_bridge.py Message-ID: <20061116202217.31041.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 Branch: RHEL5 Changes by: rmccabe at sourceware.org 2006-11-16 20:22:17 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&only_with_tag=RHEL5&r1=1.30.2.7&r2=1.30.2.8 --- conga/luci/site/luci/Extensions/ricci_bridge.py 2006/11/16 19:34:53 1.30.2.7 +++ conga/luci/site/luci/Extensions/ricci_bridge.py 2006/11/16 20:22:17 1.30.2.8 @@ -487,7 +487,7 @@ batch += '' if batch == '': - return None + return None, None ricci_xml = rc.batch_run(batch) return batchAttemptResult(ricci_xml)