]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Get rid of _wrap_db_error()
authorZane Bitter <zbitter@redhat.com>
Mon, 25 Jun 2012 13:03:17 +0000 (15:03 +0200)
committerZane Bitter <zbitter@redhat.com>
Thu, 28 Jun 2012 16:01:21 +0000 (18:01 +0200)
commit4bff543367b5283037b21da1b1de34a90e572343
tree8e31771fec6934c6c4ff091695a09198095fb947
parent038a65947c8a6fdb13328c6555ba148330a0a7cc
Get rid of _wrap_db_error()

This was causing recursion depth errors, and the exceptions in question are
never being specifically caught anywhere anyway.

Fixes #137

Change-Id: Iebd2693bb1418392ebb041fbbb788bef28aae581
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/db/sqlalchemy/session.py