mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
Rejudging accepted solution bug.
This commit is contained in:
parent
99b145e37c
commit
95231eece7
@ -193,7 +193,7 @@ class JudgeDispatcher(DispatcherBase):
|
||||
self.update_contest_problem_status()
|
||||
self.update_contest_rank()
|
||||
else:
|
||||
if self.last_result:
|
||||
if self.last_result is not None:
|
||||
self.update_problem_status_rejudge()
|
||||
else:
|
||||
self.update_problem_status()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user