Skip to content
Snippets Groups Projects
Commit 6845d3b1 authored by Xavier Robin's avatar Xavier Robin
Browse files

Raise original exception and keep traceback

parent d940b696
Branches
Tags
No related merge requests found
......@@ -621,8 +621,8 @@ def _ReadStructureFile(path, c_alpha_only=False, fault_tolerant=False,
entity = _Select(entity)
entities.append(entity)
except Exception as exc:
raise exc
except Exception:
raise
return entities
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment