diff --git a/oslo_utils/excutils.py b/oslo_utils/excutils.py index 9a0d9ca..eff624b 100644 --- a/oslo_utils/excutils.py +++ b/oslo_utils/excutils.py @@ -97,7 +97,6 @@ class CausedByException(Exception): buf.write(line) if i + 1 != len(lines): buf.write(os.linesep) - if not isinstance(next_up, CausedByException): # Don't go deeper into non-caused-by exceptions... as we # don't know if there exception 'cause' attributes are even # useable objects...