Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
fix: examtool roster validation
Browse files Browse the repository at this point in the history
  • Loading branch information
rahularya50 authored and ThaumicMekanism committed May 15, 2021
1 parent 7264c14 commit 5e484a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examtool/examtool/cli/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def deploy(exam, json, roster, start_time, enable_clarifications):
set_exam(exam=exam, json=exam_content)
roster = list(roster)
if not verify_roster(roster=roster):
return
exit(1)
roster = roster[1:] # ditch headers
set_roster(exam=exam, roster=roster)

Expand Down

0 comments on commit 5e484a3

Please sign in to comment.