From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 16 Oct 2006 14:56:48 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions ricci_bridge.py Message-ID: <20061016145648.32608.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-16 14:56:48 Modified files: luci/site/luci/Extensions: ricci_bridge.py Log message: we still need this workaround Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&r1=1.28&r2=1.29 --- conga/luci/site/luci/Extensions/ricci_bridge.py 2006/10/16 04:26:19 1.28 +++ conga/luci/site/luci/Extensions/ricci_bridge.py 2006/10/16 14:56:47 1.29 @@ -456,6 +456,11 @@ module.appendChild(request) batch.appendChild(module) + # temporary workaround for ricci bug + system_info = rc.system_name() + rc = RicciCommunicator(system_info) + # end workaround + try: ret = rc.process_batch(batch) except Exception, e: