You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SNIP!]
if gdrive_file_id and is_gdrive_download_link:
content_disposition = six.moves.urllib_parse.unquote(
res.headers["Content-Disposition"]
)
m = re.search(r"filename\*=UTF-8''(.*)", content_disposition)
> filename_from_url = m.groups()[0]
E AttributeError: 'NoneType' object has no attribute 'groups'
Describe the bug
Current CI seems to be broken.
To Reproduce
Steps to reproduce the behavior:
Example: https://github.com/mlcommons/GaNDLF/actions/runs/7489779631/job/20387346791?pr=764#step:9:219
Expected behavior
The sample data file download should work.
Screenshots
N.A.
GaNDLF Version
Current master
Desktop (please complete the following information):
N.A.
Additional context
Basically, it is this error: wkentaro/gdown#291
The text was updated successfully, but these errors were encountered: