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
I tried have a look through the logic, but the overall intent is a bit over my head as I’m not familiar with the code and only use this package indirectly. Fails on e.g. macOS. Test log:
I think the problem here is around this line. There's some logic to look for files with different case sensitivities but this line will always be True for the test case on darwin. You can test this out by stopping right after the call to os.rename and checking the values.
I don't know what the right answer is, but wanted to add some more information to help come up with a solution.
From what I remember back when I dug into this a bit, I wasn’t really sure if the implementation was actually correct, or if it was really even needed. But I don’t really have the context for why it’s trying to do all this filename case handling.
I tried have a look through the logic, but the overall intent is a bit over my head as I’m not familiar with the code and only use this package indirectly. Fails on e.g. macOS. Test log:
The text was updated successfully, but these errors were encountered: