Skip to content

Commit 8aa5f0e

Browse files
authored
[Bugfix:Autograding] Change python to python3 (#37)
1 parent 2119b10 commit 8aa5f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/01_simple_python/config/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Commands to run (in order). These are not shell commands, although
88
// they support some common shell wildcards. This can either be a
99
// list or a single string.
10-
"command" : [ "python *.py" ],
10+
"command" : [ "python3 *.py" ],
1111

1212
// Point value of this testcase.
1313
"points" : 10,

0 commit comments

Comments
 (0)