mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2025-11-05 05:54:02 +01:00
Fixes
This commit is contained in:
@ -169,7 +169,7 @@ fn main() {
|
||||
Some(x) => x
|
||||
};
|
||||
|
||||
file = match std::fs::File::create(output_file_path) {
|
||||
file = match File::create(output_file_path) {
|
||||
Ok(x) => Some(x),
|
||||
Err(e) => {
|
||||
cmd.error(ErrorKind::Io, format!("Error while creating output file: {}", e.to_string())).exit();
|
||||
|
||||
Reference in New Issue
Block a user