Skip to content

Commit eafe842

Browse files
committed
Explicitly specify language
1 parent 8656100 commit eafe842

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/06_loop_types/config/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"testcases" : [
99
{
1010
"title" : "Python - Distinguish for and while Loops",
11-
"command" : [ "submitty_count node for *.py",
12-
"submitty_count token While *.py" ],
11+
"command" : [ "submitty_count -l python node for *.py",
12+
"submitty_count -l python token While *.py" ],
1313
"points" : 2,
1414
"validation" : [
1515
{

examples/07_loop_depth/config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// Here, an instructor-provided static analysis script is used, rather
1313
// than one of the provided scripts like count_token and count_function.
1414
// This works in much the same way as those scripts.
15-
"command" : [ "submitty_count depth loop *.py" ],
15+
"command" : [ "submitty_count -l python depth loop *.py" ],
1616
"points" : 10,
1717
"validation" : [
1818
{

0 commit comments

Comments
 (0)