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

duplicated progress bars #108

Closed
tpyork opened this issue Nov 15, 2019 · 2 comments
Closed

duplicated progress bars #108

tpyork opened this issue Nov 15, 2019 · 2 comments

Comments

@tpyork
Copy link
Contributor

tpyork commented Nov 15, 2019

When uploading individual files or directories i get duplicated progress bars. This is true whether uploading an individual file or an entire directory.

@tpyork
Copy link
Contributor Author

tpyork commented Nov 15, 2019

upload folder containing files

cr_project <- osf_retrieve_node("zy6nh")

cr_project %>%
osf_open()

osf_upload(cr_project, "data")
osf_upload(cr_project, "data", progress= TRUE)
osf_upload(cr_project, "data", conflicts= 'overwrite', progress= TRUE)
##strange behavior above where the progress bars are duplicated when overwriting during upload.

aaronwolen added a commit that referenced this issue Dec 1, 2019
@aaronwolen
Copy link
Member

Should be fixed in v0.2.6, which is currently on the dev branch. Thanks for reporting!

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