mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 23:59:58 -07:00
computer: part 5
This commit is contained in:
@@ -17,6 +17,7 @@ impl<'a> VecTrees<'a> {
|
||||
let file_name = vec.file_name();
|
||||
let split = file_name.split("_to_").collect::<Vec<_>>();
|
||||
if split.len() != 2 {
|
||||
dbg!(&file_name, &split);
|
||||
panic!();
|
||||
}
|
||||
let str = vec
|
||||
|
||||
Reference in New Issue
Block a user