-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
add wget option in download #33379
add wget option in download #33379
Conversation
Thanks for your contribution! |
@@ -121,7 +122,8 @@ def get_path_from_url(url, | |||
root_dir, | |||
md5sum=None, | |||
check_exist=True, | |||
decompress=True): | |||
decompress=True, | |||
method='get'): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add comments for decompress
and method
. Add candidates for method
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
PR types
New features
PR changes
Others
Describe
wget
option in download