Skip to content

Commit

Permalink
fix invalid package_path make judger always busy
Browse files Browse the repository at this point in the history
  • Loading branch information
Zztrans committed Mar 7, 2024
1 parent 155a41d commit 00c8163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions judger/src/server/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ fn run_judge(task: JudgeTask) -> Result<Vec<JudgeResultInfo>, ClientError> {
src_path: runtime_path.clone().join(&src_file_name),
});
if new_builder_result.is_err() {
state::set_idle();
return Err(ClientError::InternalError(anyhow::anyhow!(
"Failed to new builder result: {:?}",
new_builder_result.err()
Expand Down

0 comments on commit 00c8163

Please sign in to comment.