fix file name shenanigans
This commit is contained in:
@@ -32,10 +32,9 @@ impl SimulateSubcommand {
|
|||||||
.to_str()
|
.to_str()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.to_owned();
|
.to_owned();
|
||||||
file_name.push_str("_replay");
|
file_name.push_str("_replay.snfb");
|
||||||
let mut path = self.model_file.clone();
|
let mut path = self.model_file.clone();
|
||||||
path.set_file_name(file_name);
|
path.set_file_name(file_name);
|
||||||
path.set_extension("snfb");
|
|
||||||
path
|
path
|
||||||
});
|
});
|
||||||
inference(
|
inference(
|
||||||
|
|||||||
Reference in New Issue
Block a user