Fix issues being excluded by delphi (#3374)
This commit is contained in:
parent
1009695a15
commit
4dd33a2f9e
@ -247,6 +247,10 @@ pub async fn delphi_result_ingest(
|
|||||||
path
|
path
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if trace.is_empty() {
|
||||||
|
thread_header.push_str(&format!("\n\n- issue {issue} found",));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut transaction = pool.begin().await?;
|
let mut transaction = pool.begin().await?;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user