Closed 2320sharon closed 1 year ago
When I attempt to download on windows the model's name does not separate from the URL. This is due to url.sep being used to split the URL instead of forward slash /.
url.sep
/
outfile = model_direc + os.sep + a['links']['self'].split(os.sep)[-1]
When I attempt to download on windows the model's name does not separate from the URL. This is due to
url.sep
being used to split the URL instead of forward slash/
.