Skip to content

Commit

Permalink
small error message update (#254)
Browse files Browse the repository at this point in the history
Co-authored-by: P. Oscar Boykin <[email protected]>
  • Loading branch information
ramyanaga and johnynek authored May 7, 2024
1 parent f25c1c2 commit 99a19ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/driver/src/build_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ impl GraphState {
let nxt_dir = parent_dir(cur_tst);
if nxt_dir == cur_tst {
return Err(anyhow::anyhow!(
"We cannot find a parent dir for {},{:#?}",
"We cannot find a parent dir for {},{:#?}. This likely means there is an import cycle",
nxt_dir,
str_vals,
));
Expand Down

0 comments on commit 99a19ca

Please sign in to comment.