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 13
13
// Here, multiple commands are provided (to be executed in sequence).
14
14
// The first is to execute the student code, the second is to count the number of calls to the
15
15
// "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" ],
20
20
"points" : 4 ,
21
21
"validation" : [
22
22
// First, ensure that the student received the correct answer.
You can’t perform that action at this time.
0 commit comments