From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 23 Oct 2006 19:24:39 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions ricci_bridge.py Message-ID: <20061023192439.15673.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: jparsons at sourceware.org 2006-10-23 19:24:39 Modified files: luci/site/luci/Extensions: ricci_bridge.py Log message: Fix for bz 211370 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&r1=1.31&r2=1.32 --- conga/luci/site/luci/Extensions/ricci_bridge.py 2006/10/20 22:29:22 1.31 +++ conga/luci/site/luci/Extensions/ricci_bridge.py 2006/10/23 19:24:39 1.32 @@ -281,7 +281,7 @@ def getNodeLogs(rc): errstr = 'log not accessible' - batch_str = '' + batch_str = '' ricci_xml = rc.batch_run(batch_str, async=False) doc = getPayload(ricci_xml)