-
Notifications
You must be signed in to change notification settings - Fork 293
Fix issue 274 #281
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 issue 274 #281
Conversation
…ver escaping and quoating.
I'm not sure how that would work based on this comment: With quotes on
But the comment suggests (and it seems logically correct) this is required:
|
@kichik, does the inclusion of |
I think it just tells it not to convert |
I modified code using modification on v4.2.5 fully. @kichik windowsVerbatimArguments option tells 'not quoating cmdOptions on windows platform'.
|
I posted to the issue. |
My two cents on this:
|
I'm doing exactly that in #292 for exactly the reason you mentioned. |
Fix issues on Windows platform using Docker.
spawnSync
on docker.jspython.exe
topython
.