Details
-
Bug
-
Status: Accepted
-
Major
-
Resolution: Unresolved
-
1.9.0
-
None
-
None
-
Studio 1: RI-24 65, Studio 1: RI-23 66, Studio 1: RI-23 67, Studio 1: RI-23 68
-
2
Description
When running some tests of Mesos on Windows, I discovered that the following command would not execute successfully when passed to the Docker containerizer in TaskInfo.command:
python -c "print('hello world')"
The following error is found in the task sandbox:
File "<string>", line 1 "print('hello ^ SyntaxError: EOL while scanning string literal