f.shell-resubclass: locals not restored correctly after incorrect assignment.
WilCrofter opened this issue · 1 comments
WilCrofter commented
In branch f.shell-resubclass, using courses/test/Basics for testing reveals a bug. When x=2_x is correct but x=3_x is given, x is not restored to its correct value.
WilCrofter commented
Fixed in branch: missing break in RecordingQuestion.execute.