templateflow / python-client

A python client to query TemplateFlow via pyBIDS
https://templateflow.org/python-client/
Apache License 2.0
8 stars 12 forks source link

Wrong path in Windows platform #69

Closed YuTian315 closed 10 months ago

YuTian315 commented 3 years ago

On the windows platform, it is found that the slash of path in the URL is' \ 'when running for the first time, which leads to an error in downloading the file. When the path parameter is passed in, the slash' \ 'is replaced by' / 'and the file is downloaded successfully.

effigies commented 10 months ago

Should be resolved in 23.1.0.