Skip to content

Make it work again with files with spaces in filename #19

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

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

Conversation

JJK96
Copy link
Contributor

@JJK96 JJK96 commented Nov 26, 2021

Breaking change: no

Description:
The previous version did no longer work with files with spaces in the filename. I found that this was caused by double escaping of the space. So, "space directory" became "space\ directory". Now I removed the second escape, so it now correctly becomes "space\ directory" and works again.

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.

1 participant