Skip to content

Commit

Permalink
Fix OutputOnly.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qnighy authored and lw committed Mar 13, 2013
1 parent ed7d36d commit e0927d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/grading/tasktypes/OutputOnly.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def evaluate_testcase(self, test_number):
# present we report that the outcome is 0.
if "output_%03d.txt" % test_number not in self.job.files:
evaluation['success'] = True
evaluation['outcome'] = 0.0
evaluation['outcome'] = "0.0"
evaluation['text'] = "File not submitted."
return True

Expand Down

0 comments on commit e0927d8

Please sign in to comment.