From 5bbc36ca551dfb1167469e9e24a000e53f7bc4d9 Mon Sep 17 00:00:00 2001 From: "gasperfele@fri1.uni-lj.si" Date: Tue, 27 Oct 2015 16:58:06 +0000 Subject: fixed order of result, hints in web service git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@346 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414 --- kpov_judge/tasks/mock_entrance_exam/task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpov_judge/tasks/mock_entrance_exam') diff --git a/kpov_judge/tasks/mock_entrance_exam/task.py b/kpov_judge/tasks/mock_entrance_exam/task.py index 493366b..8a0f80f 100644 --- a/kpov_judge/tasks/mock_entrance_exam/task.py +++ b/kpov_judge/tasks/mock_entrance_exam/task.py @@ -226,7 +226,7 @@ def task_check(results, params): hints += ['C executable not found'] else: score += 1 - return hints, score + return score, hints def prepare_disks(templates, params): c_source = '''#include -- cgit v1.2.1