]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Get rid of naked except: clauses
authorZane Bitter <zbitter@redhat.com>
Fri, 7 Dec 2012 11:22:53 +0000 (12:22 +0100)
committerZane Bitter <zbitter@redhat.com>
Fri, 7 Dec 2012 13:26:44 +0000 (14:26 +0100)
commitab22396cb3a5b317b58cca8938e1d06baeca2edb
tree8ec48a2f312f5a24894bf4f3ea55b708587675ba
parent07dce8c41e96b8e91a9d81fdef18bbeb648cf41a
Get rid of naked except: clauses

The only time it is legitimate to catch all exceptions is when the
exception is rethrown.

Change-Id: If72243d7a2c73b42de01d2a59514ead76c20d034
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/client.py
heat/common/auth.py
heat/common/context.py
heat/common/wsgi.py