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

[bug?] onerror vs on_error #1675

Open
AlbertDeFusco opened this issue Sep 16, 2024 · 1 comment
Open

[bug?] onerror vs on_error #1675

AlbertDeFusco opened this issue Sep 16, 2024 · 1 comment

Comments

@AlbertDeFusco
Copy link
Contributor

Question: should this call be on_error="raise"? copy is defined with on_error kwarg.

filesystem_spec/fsspec/spec.py

Lines 1186 to 1188 in 76ca4a6

self.copy(
path1, path2, recursive=recursive, maxdepth=maxdepth, onerror="raise"
)

@martindurant
Copy link
Member

You appear to be right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants