Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

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

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant