Skip to content

fix(fs): rename get file args to fsspec spec#360

Merged
shcheklein merged 1 commit intomainfrom
fix-359/fs/get-file
Nov 2, 2024
Merged

fix(fs): rename get file args to fsspec spec#360
shcheklein merged 1 commit intomainfrom
fix-359/fs/get-file

Conversation

@shcheklein
Copy link
Member

Fixes #359

It seems we had names of arguments (order) wrong in the get_file implementation. rpath stands for remote path should come first, lpath - second. I don't see (need to double check) if we do any root asserts on the lpath if it's passed in the correct order / place.

@shcheklein shcheklein self-assigned this Nov 2, 2024
@shcheklein shcheklein added bug Something isn't working fs fsspec implementation labels Nov 2, 2024
@shcheklein shcheklein merged commit ce85cab into main Nov 2, 2024
@shcheklein shcheklein deleted the fix-359/fs/get-file branch November 2, 2024 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working fs fsspec implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

assert error in pydrive2.fs.GDriveFileSystem.get_file

1 participant