Skip to content

Commit

Permalink
Fixed student description feedback default.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-perretta committed Aug 6, 2024
1 parent 331891d commit 9411890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autograder/core/models/ag_test/ag_test_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ def max_fdbk_config(cls) -> AGTestCommandFeedbackConfig:
show_actual_return_code=True,
show_actual_stdout=True,
show_actual_stderr=True,
show_whether_timed_out=True
show_whether_timed_out=True,
show_student_description=True,
)

SERIALIZABLE_FIELDS = (
Expand Down

0 comments on commit 9411890

Please sign in to comment.