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

Multiple Spaces in File Name #130

Merged
merged 3 commits into from
Jul 22, 2024
Merged

Multiple Spaces in File Name #130

merged 3 commits into from
Jul 22, 2024

Conversation

kylefarris
Copy link
Owner

This PR fixes #125 by removing unnecessary filename sanitization in the scanFile method. Tests were added to verify files can still be found with spaces in them (without having to explicitly escape them) and they passed.

Thank you to @thelaughinglama for the bug report!

@kylefarris kylefarris merged commit 4ee6cfb into master Jul 22, 2024
6 checks passed
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.

Could not find file to scan! Error When File Name Contains Multiple Spaces
2 participants