From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 27 Jun 2006 20:53:15 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions homebase_adapt ... Message-ID: <20060627205315.30542.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: rmccabe at sourceware.org 2006-06-27 20:53:13 Modified files: luci/site/luci/Extensions: homebase_adapters.py Log message: fix indentation error.. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/homebase_adapters.py.diff?cvsroot=cluster&r1=1.8&r2=1.9 --- conga/luci/site/luci/Extensions/homebase_adapters.py 2006/06/27 20:47:34 1.8 +++ conga/luci/site/luci/Extensions/homebase_adapters.py 2006/06/27 20:53:12 1.9 @@ -776,10 +776,10 @@ except: return 'Unable to delete cluster storage system \"' + systemName + '\"' - try: - ssystem.manage_delObjects([systemName]) - except: - return 'Unable to delete storage system \"' + systemName + '\"' + try: + ssystem.manage_delObjects([systemName]) + except: + return 'Unable to delete storage system \"' + systemName + '\"' def delCluster(self, clusterName): try: