File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
examples/04_python_static_analysis/config Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 // Here, multiple commands are provided (to be executed in sequence).
1414 // The first is to execute the student code, the second is to count the number of calls to the
1515 // "print" function.
16- "command" : [ " python *.py" ,
17- " submitty_count token -l python Equal *.py" ,
18- " submitty_count token -l python Asterisk *.py" ,
19- " submitty_count token -l python Plus *.py" ],
16+ "command" : [ " python3 *.py" ,
17+ " submitty_count token -l python3 Equal *.py" ,
18+ " submitty_count token -l python3 Asterisk *.py" ,
19+ " submitty_count token -l python3 Plus *.py" ],
2020 "points" : 4 ,
2121 "validation" : [
2222 // First, ensure that the student received the correct answer.
You can’t perform that action at this time.
0 commit comments