summaryrefslogtreecommitdiffstats
path: root/nova/openstack
diff options
context:
space:
mode:
authorRussell Bryant <rbryant@redhat.com>2012-07-02 11:32:12 -0400
committerRussell Bryant <rbryant@redhat.com>2012-07-02 11:32:12 -0400
commitc1306968603c206a6cb227dfe1225dc230c51031 (patch)
treeafdcd8fc70d9d6b606438d5051e2bb4ab58a998a /nova/openstack
parentaf387b9223e791fa71cb39039a40ed950ccad0d1 (diff)
downloadnova-c1306968603c206a6cb227dfe1225dc230c51031.tar.gz
nova-c1306968603c206a6cb227dfe1225dc230c51031.tar.xz
nova-c1306968603c206a6cb227dfe1225dc230c51031.zip
Sync excutils from openstack-common.
This patch syncs the latest version of excutils from openstack-common. It includes a trivial formatting change. Change-Id: I306e0f00c9398498c298098725f17e5dbfdc0bb7
Diffstat (limited to 'nova/openstack')
-rw-r--r--nova/openstack/common/excutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/openstack/common/excutils.py b/nova/openstack/common/excutils.py
index 3cb678e9d..67c9fa951 100644
--- a/nova/openstack/common/excutils.py
+++ b/nova/openstack/common/excutils.py
@@ -44,6 +44,6 @@ def save_and_reraise_exception():
yield
except Exception:
logging.error('Original exception being dropped: %s' %
- (traceback.format_exception(type_, value, tb)))
+ (traceback.format_exception(type_, value, tb)))
raise
raise type_, value, tb