Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Feb 3, 2021
1 parent c78ff12 commit d914c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otter/assign/cell_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def gen_export_cells(instruction_text, pdf=True, filtering=True, force_save=Fals
# source_lines.append(f"grader.export(filtering=False)")
# else:
# source_lines.append(f"grader.export(pdf=False)")
source_lines.append(f"grader.export({', '.join(args)}")
source_lines.append(f"grader.export({', '.join(args)})")
export.source = "\n".join(source_lines)

lock(instructions)
Expand Down

0 comments on commit d914c2a

Please sign in to comment.