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

Keyword argument "progress" is missing in upload_file call #116

Open
cboulanger opened this issue Feb 22, 2022 · 3 comments
Open

Keyword argument "progress" is missing in upload_file call #116

cboulanger opened this issue Feb 22, 2022 · 3 comments

Comments

@cboulanger
Copy link

See

self.upload_file(local_path=local_path, remote_path=remote_path, progress_args=progress_args)

@gamesbook
Copy link

This would be very useful for logging. Is it usable as shown above?

@cboulanger
Copy link
Author

@gamesbook I don't understand your comment. What I am saying is that the progress keyword argument is missing in the self.upload_file() call in line 572, which is almost certainly a bug. I haven't gotten around to create a PR to fix it, unfortunately.

@gamesbook
Copy link

I meant I saw a reference to progress_args in the code. But a PR to allow this would be great!

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