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

cp should allow you to set the overwrite parameter #548

Open
vjerez opened this issue Feb 19, 2024 · 0 comments
Open

cp should allow you to set the overwrite parameter #548

vjerez opened this issue Feb 19, 2024 · 0 comments

Comments

@vjerez
Copy link

vjerez commented Feb 19, 2024

def cp(self, from_: str, to: str, recurse: bool = False) -> bool:

self._dbfs.copy(...) has the overwrite parameter, but we can not set it to True because the cp method has not got it.

I think it could be useful to add this parameter to the cp method.

Thanks in advance.

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

1 participant