Skip to content

Commit

Permalink
feat: working using new libradicl
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Feb 26, 2024
1 parent ea912bb commit 72120a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,10 @@ fn main() -> anyhow::Result<()> {
input_map_info.set_extension("map_info.json");
if !input_map_info.exists() {
ref_sig_json = None;
warn!(concat!("Expected the mapping info file {:?} to exist, but it doesn't. ",
"This is bad, and means that reference provenance signatures cannot be ",
"propagated to the output of piscem-infer. It is strongly recommended ",
"that you investigate why this file does not exist at the expected location."),
warn!("Expected the mapping info file {:?} to exist, but it doesn't. \
This is bad, and means that reference provenance signatures cannot be \
propagated to the output of piscem-infer. It is strongly recommended \
that you investigate why this file does not exist at the expected location.",
input_map_info);
} else {
let map_info_str = std::fs::read_to_string(&input_map_info)
Expand Down

0 comments on commit 72120a6

Please sign in to comment.