alexander-bauer/swirlypy

f.shell-resubclass: locals not restored correctly after incorrect assignment.

Closed this issue · 1 comments

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.

Fixed in branch: missing break in RecordingQuestion.execute.