We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002a80f commit fe44aedCopy full SHA for fe44aed
examples/04_python_static_analysis/config/config.json
@@ -14,9 +14,9 @@
14
// The first is to execute the student code, the second is to count the number of calls to the
15
// "print" function.
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" ],
+ "submitty_count token -l python Equal *.py",
+ "submitty_count token -l python Asterisk *.py",
+ "submitty_count token -l python Plus *.py" ],
20
"points" : 4,
21
"validation" : [
22
// First, ensure that the student received the correct answer.
0 commit comments