icarus_models version bump #84

Merged
kdeng00 merged 8 commits from icarus_models-ver_bump into main 2025-10-19 23:52:43 -04:00
Showing only changes of commit 3b8506a4ef - Show all commits
-3
View File
@@ -597,11 +597,8 @@ impl CommitManager {
println!("file name: {file_name:?}");
if let En::ImageFile = self.find_file_extension(&file_name) {
// let directory_part = directory.clone();
let fname = utilities::string::o_to_string(&file_name);
return Ok((directory.to_string(), fname.unwrap()));
// let fullpath = format!("{}/{}", directory_part, &fname.unwrap());
// return Ok(fullpath);
}
}