-
Notifications
You must be signed in to change notification settings - Fork 53
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
ENH: Allow .resolve() with CloudPaths #151
Comments
We already have a cloudpathlib/cloudpathlib/cloudpath.py Lines 846 to 868 in 25ff783
The tricky part will be to get all the test cases included for this kind of functionality. (E.g., path that ends in |
For sure these moot points can be tricky, however do they really happen when handling cloud paths ? (especially since the |
Added as a no-op for API consistency in #230 |
Hello,
In order to simplify the code and unify the API, would it be possible to allow the .resolve() function to CloudPaths, even if this function does nothing ?
To go from:
to
Thanks a lot
The text was updated successfully, but these errors were encountered: