Commit b285ea7e by Tim Krones

Fix PEP8 violations.

parent 17201a0c
...@@ -124,7 +124,7 @@ class MentoringStepBlock( ...@@ -124,7 +124,7 @@ class MentoringStepBlock(
submission = submissions[child.name] submission = submissions[child.name]
child_result = child.submit(submission) child_result = child.submit(submission)
submit_results.append([child.name, child_result]) 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 # Update results stored for this step
while self.student_results: 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