Commit b285ea7e by Tim Krones

Fix PEP8 violations.

parent 17201a0c
......@@ -124,7 +124,7 @@ class MentoringStepBlock(
submission = submissions[child.name]
child_result = child.submit(submission)
submit_results.append([child.name, child_result])
child.save() # FIXME: Is this necessary? Child blocks also save themselves ...
child.save()
# Update results stored for this step
while self.student_results:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment