Skip to content

Commit fe44aed

Browse files
committed
switch to python 3
1 parent 002a80f commit fe44aed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/04_python_static_analysis/config/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
// The first is to execute the student code, the second is to count the number of calls to the
1515
// "print" function.
1616
"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" ],
17+
"submitty_count token -l python Equal *.py",
18+
"submitty_count token -l python Asterisk *.py",
19+
"submitty_count token -l python Plus *.py" ],
2020
"points" : 4,
2121
"validation" : [
2222
// First, ensure that the student received the correct answer.

0 commit comments

Comments
 (0)