Skip to content
Snippets Groups Projects
Commit d09d202a authored by Dennis Baurichter's avatar Dennis Baurichter
Browse files

commit: Honor "abort" option

Fixes #73
parent f25024e7
No related branches found
No related tags found
No related merge requests found
......@@ -621,6 +621,9 @@ for base, ns, items in sorted(all_exams,key=lambda i:i[1].lectures):
if reiterate:
continue
if not execute:
exam_processed=True
continue
if print_count>0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment