mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2024-12-28 04:51:44 +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),
|
||||
**kwargs)
|
||||
run_result["test_case"] = test_case_file_id
|
||||
run_result["score"] = 0
|
||||
|
||||
# if progress exited normally, then we should check output result
|
||||
run_result["output_md5"] = None
|
||||
|
Loading…
Reference in New Issue
Block a user