Skip to content

Commit

Permalink
Update copy_files_to_strings_mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bestia-dev authored Feb 8, 2024
1 parent 274a840 commit 0905017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation_tasks_rs/src/copy_files_to_strings_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use base64ct::Encoding;
pub fn copy_folder_files_into_module(folder_path: &std::path::Path, module_path: &std::path::Path) {
println!("copy_folder_files_into_module {}, {}", folder_path.to_string_lossy(), module_path.to_string_lossy() );
// traverse and get all file_names
let files = cargo_auto_lib::utils_mod::traverse_dir_with_exclude_dir(
let files = cargo_auto_lib::traverse_dir_with_exclude_dir(
&folder_path,
"",
// avoid big folders and other folders
Expand Down

0 comments on commit 0905017

Please sign in to comment.