mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2025-01-15 21:12:54 +00:00
Update judge_client.py
This commit is contained in:
parent
a7847cd6bc
commit
5eb730fbcd
@ -177,6 +177,7 @@ class JudgeClient(object):
|
|||||||
memory_limit_check_only=self._run_config.get("memory_limit_check_only", 0),
|
memory_limit_check_only=self._run_config.get("memory_limit_check_only", 0),
|
||||||
**kwargs)
|
**kwargs)
|
||||||
run_result["test_case"] = test_case_file_id
|
run_result["test_case"] = test_case_file_id
|
||||||
|
run_result["score"] = 0
|
||||||
|
|
||||||
# if progress exited normally, then we should check output result
|
# if progress exited normally, then we should check output result
|
||||||
run_result["output_md5"] = None
|
run_result["output_md5"] = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user