Skip to content

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

Open
JJK96 wants to merge 1 commit into
andreyorst:masterfrom
JJK96:path-space-escape
Open

Make it work again with files with spaces in filename#19
JJK96 wants to merge 1 commit into
andreyorst:masterfrom
JJK96:path-space-escape

Conversation

@JJK96

@JJK96 JJK96 commented Nov 26, 2021

Copy link
Copy Markdown
Contributor

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.

@andreyorst

Copy link
Copy Markdown
Owner

I think this works correctly as of today?

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.

2 participants