Skip to content

Commit

Permalink
shorter log
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 14, 2023
1 parent 9b1ca66 commit 4818027
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/find.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,8 @@ impl Sodg {
.map(|e| e.a.clone())
.collect();
return Err(anyhow!(
"Can't find .{k} in ν{v} among other {} attribute{}: {} ({failure})",
"Can't find .{k} in ν{v} among [{}]: {} ({failure})",
others.len(),
if others.len() == 1 { "" } else { "s" },
others.join(", ")
));
}
Expand Down

0 comments on commit 4818027

Please sign in to comment.