Skip to content
Snippets Groups Projects
Commit 08383ee0 authored by tuhe's avatar tuhe
Browse files

Cosmetic changes in help text

parent 276be832
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ def evaluate_report_student(report, question=None, qitem=None, unmute=None, pass
unmute = args.unmute
if passall is None:
passall = args.passall
print(passall)
# print(passall)
results, table_data = evaluate_report(report, question=question, qitem=qitem, verbose=False, passall=passall, show_expected=args.showexpected, show_computed=args.showcomputed,unmute=unmute)
if question is None:
......
__version__ = "0.1.1b"
\ No newline at end of file
__version__ = "0.1.1"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment