Skip to content
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

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

Merged
merged 1 commit into from
Nov 2, 2024
Merged

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
16 checks passed
@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