PelicanPlatform / pelicanfs

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

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

Open turetske opened 4 months ago

turetske commented 4 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:///"