Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add handling of TypeError case to is_native (plasma-umass#588)
This should address plasma-umass#587 which has more information, but basically the check for native fails on at least my system because package.__file__ exists, but is None, so os.path.dirname() returns a TypeError.
- Loading branch information