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:
path = AnyPath(path)
if not isinstance(path, CloudPath):
path = path.resolve()
to
path = AnyPath(path).resolve()
Thanks a lot
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