Skip to content

Conversation

@jonasbn
Copy link
Collaborator

@jonasbn jonasbn commented May 3, 2022

jonasbn added 7 commits May 3, 2022 22:14
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

2 participants