Skip to content

Commit

Permalink
chore(powdr): update to latest and add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarreiro committed Jun 21, 2024
1 parent 13678be commit 6efce81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bb-pilcom/bb-pil-backend/src/file_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ impl BBFiles {
let _ = std::fs::create_dir_all(&base_path);

let joined = format!("{}/{}", base_path, filename);
println!("Writing to: {}", joined);
let mut file = File::create(joined).unwrap();
file.write_all(contents.as_bytes()).unwrap();
}
Expand Down
2 changes: 1 addition & 1 deletion bb-pilcom/powdr

0 comments on commit 6efce81

Please sign in to comment.