diff options
author | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2012-11-07 18:23:10 +0000 |
---|---|---|
committer | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2012-11-07 18:23:10 +0000 |
commit | 8117306c65f07464c586f9518d83214715611623 (patch) | |
tree | f8c6761478f569d87483e51f04e86140076481c5 /nova/exception.py | |
parent | ae05388ac4977ccbe927a0714cb093289f6d63c8 (diff) | |
download | nova-8117306c65f07464c586f9518d83214715611623.tar.gz nova-8117306c65f07464c586f9518d83214715611623.tar.xz nova-8117306c65f07464c586f9518d83214715611623.zip |
Remove out-of-date comment
The code now uses excutils, so the comment is out-of-date
Change-Id: If04032999f1408ee8db8238b210d044d0a21f622
Diffstat (limited to 'nova/exception.py')
-rw-r--r-- | nova/exception.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/exception.py b/nova/exception.py index c3e1fe39e..ee5c482a0 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -84,8 +84,6 @@ def wrap_exception(notifier=None, publisher_id=None, event_type=None, # TODO(sandy): Find a way to import nova.notifier.api so we don't have # to pass it in as a parameter. Otherwise we get a cyclic import of # nova.notifier.api -> nova.utils -> nova.exception :( - # TODO(johannes): Also, it would be nice to use - # utils.save_and_reraise_exception() without an import loop def inner(f): def wrapped(*args, **kw): try: |