Skip to content

Commit

Permalink
[Bugfix:Autograding] Change python to python3 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjreed121 authored May 15, 2023
1 parent 2119b10 commit 8aa5f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/01_simple_python/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Commands to run (in order). These are not shell commands, although
// they support some common shell wildcards. This can either be a
// list or a single string.
"command" : [ "python *.py" ],
"command" : [ "python3 *.py" ],

// Point value of this testcase.
"points" : 10,
Expand Down

0 comments on commit 8aa5f0e

Please sign in to comment.