From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 31 Jul 2006 18:55:01 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions ricci_bridge.py Message-ID: <20060731185501.20512.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-07-31 18:55:00 Modified files: luci/site/luci/Extensions: ricci_bridge.py Log message: Fixed setClusterConf call Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&r1=1.11&r2=1.12 --- conga/luci/site/luci/Extensions/ricci_bridge.py 2006/07/28 19:46:57 1.11 +++ conga/luci/site/luci/Extensions/ricci_bridge.py 2006/07/31 18:55:00 1.12 @@ -509,7 +509,7 @@ else: propg = "False" - QUERY_STR='' + QUERY_STR='' + str(clusterconf) + ' try: payload = self.makeConnection(QUERY_STR)