We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2119b10 commit 8aa5f0eCopy full SHA for 8aa5f0e
examples/01_simple_python/config/config.json
@@ -7,7 +7,7 @@
7
// Commands to run (in order). These are not shell commands, although
8
// they support some common shell wildcards. This can either be a
9
// list or a single string.
10
- "command" : [ "python *.py" ],
+ "command" : [ "python3 *.py" ],
11
12
// Point value of this testcase.
13
"points" : 10,
0 commit comments