mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2025-11-04 14:50:01 +08:00
fix typo
This commit is contained in:
parent
89a187714a
commit
a58f7210f6
@ -141,7 +141,7 @@ class JudgeClient(object):
|
|||||||
|
|
||||||
if self._output:
|
if self._output:
|
||||||
try:
|
try:
|
||||||
with open(user_out_file, "r") as f:
|
with open(user_output_file, "r") as f:
|
||||||
run_result["output"] = f.read().decode("utf-8")
|
run_result["output"] = f.read().decode("utf-8")
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user