[Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ...

rmccabe at sourceware.org rmccabe at sourceware.org
Wed Feb 7 22:00:50 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2007-02-07 22:00:50

Modified files:
	luci/site/luci/Extensions: cluster_adapters.py 

Log message:
	Fix for 227723

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.230&r2=1.231

--- conga/luci/site/luci/Extensions/cluster_adapters.py	2007/02/07 16:55:15	1.230
+++ conga/luci/site/luci/Extensions/cluster_adapters.py	2007/02/07 22:00:50	1.231
@@ -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' \




More information about the Cluster-devel mailing list