Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added `from err` to the `raise RuntimeError` line. This links the `RuntimeError` to the original `AttributeError`, making it clear that the new exception was raised because of the `AttributeError` caught in the `try` block.
- Loading branch information