Skip to content

Commit 5b85378

Browse files
committed
Attempt to fix 06_loop_types and 07_loop_depth
1 parent fe44aed commit 5b85378

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/06_loop_types/config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"title" : "Python - Distinguish for and while Loops",
1111
"command" : [ "submitty_count node for *.py",
12-
"submitty_count token while *.py" ],
12+
"submitty_count token While *.py" ],
1313
"points" : 2,
1414
"validation" : [
1515
{

examples/07_loop_depth/config/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +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" : [ "mv loopdepth.py loopdepth",
16-
"python3 loopdepth *.py" ],
15+
"command" : [ "submitty_count loopdepth *.py" ],
1716
"points" : 10,
1817
"validation" : [
1918
{

0 commit comments

Comments
 (0)