Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If there's an AttributeError within a @lazyproperty, expose it
Since this is a caching decorator, there's no use-case for intentionally returning an AttributeError. This changes makes coding errors within these methods much easier to debug.
- Loading branch information