From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 7 Feb 2007 21:30:34 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ... Message-ID: <20070207213034.17955.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 Branch: RHEL4 Changes by: rmccabe at sourceware.org 2007-02-07 21:30:34 Modified files: luci/site/luci/Extensions: cluster_adapters.py Log message: Fix use of undefined variable in an error path Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.227.2.2&r2=1.227.2.3 --- conga/luci/site/luci/Extensions/cluster_adapters.py 2007/02/07 17:02:18 1.227.2.2 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2007/02/07 21:30:33 1.227.2.3 @@ -162,7 +162,7 @@ if not rc.authed(): raise Exception, 'authentication failed' - except: + except Exception, e: cur_system['errors'] = True incomplete = True errors.append('Error authenticating to %s: %s' \