Skip to content

Commit e388352

Browse files
committed
collect before duedate: Adjust command line syntax
1 parent 2f42701 commit e388352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbgrader/apps/collectapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{'ExchangeCollect' : {'update': True}},
2121
"Update existing submissions with ones that have newer timestamps."
2222
),
23-
'before_duedate': (
23+
'before-duedate': (
2424
{'ExchangeCollect' : {'before_duedate': True}},
2525
"Collect the last submission before due date or the last submission if no submission before due date."
2626
),

0 commit comments

Comments
 (0)