Skip to content

Commit 62793b4

Browse files
fix args
1 parent 0823761 commit 62793b4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

marking_and_admin/mark_functions.py

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -639,14 +639,14 @@ def do_the_marking(
639639
force_marking=False,
640640
marking_spreadsheet_id: str = "16tESt_4BUf-9-oD04suTprkd1O0oEl6WjzflF_avSKY", # 2022
641641
marks_csv: str = "marks.csv",
642-
mark_w1:bool=True,
643-
mark_w2:bool=False,
644-
:bool=False,
645-
mark_w4:bool=False,
646-
mark_w5:bool=False,
647-
mark_exam:bool=False,
648-
test_number_of_students:int=0,
649-
)->None:
642+
mark_w1: bool = True,
643+
mark_w2: bool = False,
644+
mark_w3: bool = False,
645+
mark_w4: bool = False,
646+
mark_w5: bool = False,
647+
mark_exam: bool = False,
648+
test_number_of_students: int = 0,
649+
) -> None:
650650
"""do_the_marking Runs tests against all student work.
651651
652652
Args:
@@ -657,6 +657,7 @@ def do_the_marking(
657657
marking_spreadsheet_id (str, optional): _description_. Defaults to "16tESt_4BUf-9-oD04suTprkd1O0oEl6WjzflF_avSKY".
658658
mark_w1 (bool, optional): _description_. Defaults to True.
659659
mark_w2 (bool, optional): _description_. Defaults to False.
660+
mark_w3 (bool, optional): _description_. Defaults to False.
660661
mark_w4 (bool, optional): _description_. Defaults to False.
661662
mark_w5 (bool, optional): _description_. Defaults to False.
662663
mark_exam (bool, optional): _description_. Defaults to False.

0 commit comments

Comments
 (0)