PelicanPlatform / pelicanfs

An fsspec implementation that uses the pelican client
https://pelicanplatform.org/
Apache License 2.0
1 stars 4 forks source link

Fix `_check_fspath` to fully with Pelican-Style-URLS #54

Closed turetske closed 1 hour ago

turetske commented 6 months ago

The _check_fspath code seems to prepend a "pelican://" when I think we want to assume that the url already has a "pelican://" path attacked to the front. Otherwise, given a url such as "pelican:///" it then parses it as "pelican://pelican:///"