You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catch TraversalError, raised by Traversable.joinpath()
Exercising the `Traversable` protocol's concrete methods
has highlighted that `.joinpath()` raises `TraversalError`,
which needs to be caught in several places.
This is primarily resolved within the test suite,
but implicates the `is_resource()` function as well.
0 commit comments