From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 20 Dec 2006 20:40:31 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20061220204031.14575.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-12-20 20:40:31 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: forgot a } Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.188&r2=1.189 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2006/12/20 20:24:27 1.188 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2006/12/20 20:40:31 1.189 @@ -1334,7 +1334,7 @@ fencedev_name = form['orig_name'] fencedev_name = fencedev_name.strip() except KeyError, e: - return (False, {'errors':['No device name in form submission']) + return (False, {'errors':['No device name in form submission']}) fdev_to_delete = None: #iterate thru list of current fencedevs and find one to be deleted