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

Fix to address issue 84; support for spaces in file paths requiring quoting #90

Merged
merged 7 commits into from
May 5, 2022

Conversation

jonasbn
Copy link
Collaborator

@jonasbn jonasbn commented May 3, 2022

in #86. I believe file paths without space has been
working as a conincidence since the splitting has
not been working at all, but treating the list of
file names as a single string also worked.

Now it should work for both file paths without spaces
and file paths with spaces, which however require
uniform quoting using either ' (single quotes) or
" (double quotes)
This is first shot at a fix of the issue reported
in #84. I believe file paths without space has been
working as a conincidence since the splitting has
not been working at all, but treating the list of
file names as a single string also worked.

Now it should work for both file paths without spaces
and file paths with spaces, which however require
uniform quoting using either ' (single quotes) or
" (double quotes)
@jonasbn jonasbn added this to the 0.23.1 milestone May 3, 2022
@jonasbn jonasbn added bug Something isn't working docker Pull requests that update Docker code labels May 3, 2022
@jonasbn jonasbn linked an issue May 4, 2022 that may be closed by this pull request
@jonasbn jonasbn merged commit 0d2f3ab into master May 5, 2022
@jonasbn jonasbn deleted the issue84 branch May 5, 2022 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Paths with spaces in source_files parameter does not work
1 participant