Skip to content

Commit

Permalink
feat: disable log on csv non-exist
Browse files Browse the repository at this point in the history
  • Loading branch information
xfoxfu committed Oct 18, 2023
1 parent 8d7afe7 commit 57ec7b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "checker"
version = "0.4.0"
version = "0.4.1"
authors = ["Yuhui Huang", "Yuze Fu <i@xfox.me>"]
edition = "2018"
publish = false
Expand Down
8 changes: 0 additions & 8 deletions src/main.rs
Expand Up @@ -218,14 +218,6 @@ fn build_message(messages: &mut Vec<(String, Color)>) -> Result<()> {
));
}
}
} else {
messages.push((
format!(
"{}",
format!("未找到校验目录的匹配项: {}", student_id_found)
),
Color::Yellow,
));
}

Ok(())
Expand Down

0 comments on commit 57ec7b7

Please sign in to comment.