From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 24 Jul 2006 19:50:50 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20060724195050.10992.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-24 19:50:49 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: syntax mistake Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.9&r2=1.10 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2006/07/24 19:39:06 1.9 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2006/07/24 19:50:49 1.10 @@ -982,7 +982,7 @@ hname = kid.getAttribute('name') if hname == None: hname = h_ctr - h_ctr++ + h_ctr = h_ctr + 1 hprog = kid.getAttribute('program') hscore = kid.getAttribute('score') hinterval = kid.getAttribute('interval')