]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : fix exception syntax issue
authorSteven Hardy <shardy@redhat.com>
Wed, 13 Mar 2013 18:03:34 +0000 (18:03 +0000)
committerSteven Hardy <shardy@redhat.com>
Wed, 13 Mar 2013 18:05:31 +0000 (18:05 +0000)
commit834b87a258a162ff8462de98b54a8036bf592d87
tree53a673bfd3a12ea801c726e5846dc595f9ce7b14
parent22c9c4e76f964be7ae55f4959ef7a482102d02c0
heat engine : fix exception syntax issue

Fix exception clause to use a tuple or the two types of
exception are not correctly caught.

fixes bug 1154708

Change-Id: Ia742c92dc189d03f8034ca864334526f1234dde3
heat/engine/service.py
heat/tests/test_engine_service.py