Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed 'pelican://' checking in _check_fspath #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

turetske
Copy link
Collaborator

I believe this will close #54

The previous version wasn't properly working with any urls which already had the "pelican://" scheme to it.

@bbockelm Please correct this if I misinterpreted what the function was supposed to do.

@turetske turetske requested a review from bbockelm May 27, 2024 18:43
assert pelfs_disc.discoveryUrl == ""

pelfs_disc._check_fspath("pelican://new-discovery-url.org/p/")
assert pelfs_disc.discoveryUrl == "pelican://new-discovery-url.org/"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Github is sad that there's no newline in the file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix _check_fspath to fully with Pelican-Style-URLS
2 participants