3ecd1cbbc9
Raising NEW exception is bad practice, because we lose TraceBack. So all places like: except SomeException as e: raise e should be replaced by except SomeException: raise If we are doing some other actions before reraising we should store information about exception then do all actions and then reraise it. This is caused by eventlet bug. It lost information about exception if it switch threads. fixes bug 1191730 Change-Id: Id4aaadde7e69f0bc087cf6d96bb041d53feb131d |
||
---|---|---|
.. | ||
__init__.py | ||
cisco_nexus_network_driver_v2.py | ||
cisco_nexus_plugin_v2.py | ||
cisco_nexus_snippets.py |