From 3ff1a8d865107655b4cfb4199c879c9977a512be Mon Sep 17 00:00:00 2001 From: "sxw@401" Date: Sun, 6 Sep 2015 09:45:32 +0800 Subject: [PATCH] =?UTF-8?q?Accessories:=E4=BF=AE=E6=94=B9=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E9=94=99=E8=AF=AF[CI=20SKIP]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Accessories/reJudge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Accessories/reJudge.py b/Accessories/reJudge.py index 75cc9b14..62f8ef83 100644 --- a/Accessories/reJudge.py +++ b/Accessories/reJudge.py @@ -64,7 +64,7 @@ def easy_rejudge(submissions, map_table, user_id, contest_id=None): try: judge.delay(submission.id, problem.time_limit, problem.memory_limit, problem.test_case_id) except Exception: - print "提交判题任务失败" + print "error!" continue # 增加redis 中判题队列长度的计数器 r = redis.Redis(host=redis_config["host"], port=redis_config["port"], db=redis_config["db"])