add progress output
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 25m41s
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 25m41s
This commit is contained in:
parent
96586b54ea
commit
45acafccf7
@ -121,6 +121,7 @@ pub(crate) fn create_law_files() -> String {
|
|||||||
let filename = config.file_name().into_string().unwrap();
|
let filename = config.file_name().into_string().unwrap();
|
||||||
//TODO: use proper logic...
|
//TODO: use proper logic...
|
||||||
let law_filename = filename.replace(".toml", "");
|
let law_filename = filename.replace(".toml", "");
|
||||||
|
println!("Working on {law_filename}...");
|
||||||
|
|
||||||
let path = format!("{}", config.path().display());
|
let path = format!("{}", config.path().display());
|
||||||
let (lawname, content) = get_content(&path);
|
let (lawname, content) = get_content(&path);
|
||||||
|
Loading…
Reference in New Issue
Block a user