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

chunk_size Parameter was not passed to download_dir call and also to recusive download call #433

Merged
merged 1 commit into from
Feb 1, 2021

Conversation

mago0211
Copy link

In case if you want download recursive directory the chunk_size Parameter was not passed to the underlying download call.

The behaviour is now the same as in upload case.

upload_dir(conn, localpath, remotepath, filter, chunk_size)

upload(conn, lfn, rfn, filter=filter, ignore_invalid=True, chunk_size=chunk_size)

@comrumino comrumino merged commit 4ea01a9 into tomerfiliba-org:master Feb 1, 2021
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

Successfully merging this pull request may close these issues.

2 participants