-
-
Notifications
You must be signed in to change notification settings - Fork 49
Possible bug introduced with PR250, joinpath with "." causes StopIteration #263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1, there should be a way to get the Pathlib Path without joinpath anyways. Also, a workaround for now:
|
Yes, I felt that |
Oh, you shouldn't rely on Still, you shouldn't get a |
I'm unable to replicate the issue:
What's special about |
I thought maybe the issue was that
|
Since the issue isn't reproducible, I'm closing it, but feel free to follow-up with the requested info and we can investigate further. |
Consider the following code snippet:
stopiteration_bug.py
:With
importlib-resources<=5.7.1
this produces the following output:Starting from version
5.8.0
, i.e. after PR #250 this throws aStopIteration
exception:The
spacem_maldi
package is a private package, but I don't think that is relevant here. If needed I can try and create a minimal public package.The text was updated successfully, but these errors were encountered: