summaryrefslogtreecommitdiff
path: root/yaksh/scilab_code_evaluator.py
diff options
context:
space:
mode:
authormaheshgudi2016-12-23 15:00:27 +0530
committermaheshgudi2016-12-23 15:00:27 +0530
commitb582c624a7c49e3312e07196df87f26180a520c2 (patch)
tree909679721d2fa2b55a27e7621999dd04c9d36146 /yaksh/scilab_code_evaluator.py
parent5f6b103408ff8a520c741d2d21d1aff24a823dad (diff)
parent48366e84b98157ac32b22b2aa19b1c1cde68afd4 (diff)
downloadonline_test-b582c624a7c49e3312e07196df87f26180a520c2.tar.gz
online_test-b582c624a7c49e3312e07196df87f26180a520c2.tar.bz2
online_test-b582c624a7c49e3312e07196df87f26180a520c2.zip
fixed pull conflicts
Diffstat (limited to 'yaksh/scilab_code_evaluator.py')
-rw-r--r--yaksh/scilab_code_evaluator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/scilab_code_evaluator.py b/yaksh/scilab_code_evaluator.py
index cc3c401..bf16c84 100644
--- a/yaksh/scilab_code_evaluator.py
+++ b/yaksh/scilab_code_evaluator.py
@@ -69,7 +69,7 @@ class ScilabCodeEvaluator(BaseEvaluator):
# Clean output
stdout = self._strip_output(stdout)
if proc.returncode == 5:
- success, err = True, "Correct answer"
+ success, err = True, None
test_case_weight = float(self.weight) if self.partial_grading else 0.0
else:
err = add_err + stdout