Small review improvements
This commit is contained in:
parent
4801dba9af
commit
c9d314773e
2 changed files with 4 additions and 4 deletions
|
@ -57,9 +57,9 @@ pub fn download_auto_job_metrics(
|
|||
Ok(metrics) => Some(metrics),
|
||||
Err(error) => {
|
||||
eprintln!(
|
||||
r#"Did not find metrics for job `{}` at `{}`: {error:?}.
|
||||
r#"Did not find metrics for job `{}` at `{parent}`: {error:?}.
|
||||
Maybe it was newly added?"#,
|
||||
job.name, parent
|
||||
job.name
|
||||
);
|
||||
None
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue