Fix crash in the configure view when the exercise container mounts setting is used
markkuriekkinen opened this issue · 0 comments
markkuriekkinen commented
This line crashes because it does not call the dictionary items()
method when iterating over the key-value pairs.
Line 66 in 986475b
The grader crashes in the configure view (URL /configure
) when the gitmanager posts the configurations to the grader. Since the new mounts
setting is not very widely used, this bug hadn't been noticed earlier.