This commit is contained in:
virusdefender 2016-10-27 11:27:17 +08:00
parent 89a187714a
commit a58f7210f6

View File

@ -141,7 +141,7 @@ class JudgeClient(object):
if self._output:
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")
except Exception:
pass