Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

mateuszkuprowski
Copy link
Contributor

This fix should allow fsspec connector to correctly handle paths containing whitespace and other url like characters like: %20.
Also slightly improved error logging for debug purposes.

Comment on lines +15 to +21
@pytest.mark.parametrize(
("remote_url", "expected_path"),
[
("dropbox://da ta", "da ta"),
("dropbox://da%20ta", "da ta"),
],
)
Copy link
Contributor

@mpolomdeepsense mpolomdeepsense Dec 20, 2024

Choose a reason for hiding this comment

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

What if my dropbox folder is named "a%20b" (literal name, not encoded)? Will it return a%20b or a b?

@ds-filipknefel
Copy link
Contributor

@mateuszkuprowski I think we can close this PR now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready for review This PR is complete and ready for a review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.